diff --git a/backend/templates/dashboard.html b/backend/templates/dashboard.html index feb39d4..0e14f4e 100644 --- a/backend/templates/dashboard.html +++ b/backend/templates/dashboard.html @@ -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; }