Orthographe: mois en minuscule dans l'en-tête
This commit is contained in:
@@ -25,8 +25,8 @@
|
|||||||
/* En-tête : heure + date */
|
/* En-tête : heure + date */
|
||||||
header { display: flex; justify-content: space-between; align-items: flex-end; }
|
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; }
|
.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 { font-size: 40px; font-weight: 600; text-align: right; }
|
||||||
.date .dow { font-size: 52px; font-weight: 800; }
|
.date .dow { font-size: 52px; font-weight: 800; text-transform: capitalize; }
|
||||||
|
|
||||||
/* Météo */
|
/* Météo */
|
||||||
.weather { display: flex; align-items: center; gap: 36px; }
|
.weather { display: flex; align-items: center; gap: 36px; }
|
||||||
|
|||||||
Reference in New Issue
Block a user