mise a jour du frontend

This commit is contained in:
toine 2025-10-05 08:52:12 +02:00
parent 618b740588
commit 9737caff99
9 changed files with 332 additions and 60 deletions

View file

@ -15,8 +15,9 @@ body {
color: var(--color-text, #1f2937);
min-height: 100svh;
padding-top: var(--header-height, 80px); /* espace pour le header fixe */
transition: background-color 0.25s ease, color 0.25s ease;
transition: background-color 0.25s ease, color 0.25s ease;
display: flex;
flex-direction: column;
}
/* Images fluides */
@ -29,6 +30,7 @@ img, svg, video {
/* Mise en page commune */
main {
display: block;
flex: 1 0 auto;
}
.container {