CSS clean #1

Open
grewn0uille wants to merge 22 commits from grewn0uille/refonte:main into main
Showing only changes of commit 4c2c04af5b - Show all commits

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;
}