Fix footer

This commit is contained in:
Lucie Anglade 2023-08-05 12:41:48 +02:00
parent d0711fef81
commit 4c2c04af5b
1 changed files with 3 additions and 2 deletions

View File

@ -33,7 +33,6 @@ html {
body {
display: flex;
flex-direction: column;
justify-content: space-between;
margin: 0;
min-height: 100vh;
}
@ -96,7 +95,8 @@ footer li {
}
footer {
border: var(--grey) 1px solid;
background: var(--white);
border-top: var(--grey) 1px solid;
height: 4em;
width: 100vw;
}
@ -108,6 +108,7 @@ footer ul {
/* Main */
main {
flex-grow: 1;
margin: 4em auto 4em auto;
}