Orthographe: mois en minuscule dans l'en-tête

This commit is contained in:
2026-06-15 10:52:44 +02:00
parent e5ea377199
commit 789fc92c39

View File

@@ -25,8 +25,8 @@
/* En-tête : heure + date */
header { display: flex; justify-content: space-between; align-items: flex-end; }
.clock { font-size: 150px; font-weight: 800; line-height: 0.9; letter-spacing: -4px; }
.date { font-size: 40px; font-weight: 600; text-align: right; text-transform: capitalize; }
.date .dow { font-size: 52px; font-weight: 800; }
.date { font-size: 40px; font-weight: 600; text-align: right; }
.date .dow { font-size: 52px; font-weight: 800; text-transform: capitalize; }
/* Météo */
.weather { display: flex; align-items: center; gap: 36px; }