mise a jour du frontend
This commit is contained in:
parent
618b740588
commit
9737caff99
9 changed files with 332 additions and 60 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue