Add values to thermal bands
This commit is contained in:
fraxle
2026-07-09 11:45:57 +01:00
parent eea78c2bc4
commit e4bdfb88c3
2 changed files with 29 additions and 12 deletions
+18 -4
View File
@@ -1240,18 +1240,32 @@
}
.utci-legend-item {
display: flex;
flex-direction: column;
align-items: center;
gap: 2px;
padding: 6px 12px;
font-family: Manrope, sans-serif;
font-size: 10px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.04em;
flex: 1;
min-width: 110px;
text-align: center;
opacity: 0.9;
}
.utci-legend-item-label {
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.04em;
}
.utci-legend-item-value {
font-size: 11px;
font-weight: 500;
letter-spacing: 0.02em;
opacity: 0.85;
}
/* ── 11. ABOUT + FOOTER ─────────────────────────────────────────────── */