Move foother to bottom

This commit is contained in:
Leon Meier 2025-04-21 17:36:26 +02:00
parent 5ce521c8a7
commit 1e4ebc2a3c

View File

@ -1,3 +1,10 @@
html, body {
height: 100%;
margin: 0;
display: flex;
flex-direction: column;
}
body {
min-height: 100vh;
}
@ -13,3 +20,7 @@ hidden {
z-index: 1000;
margin: 20px;
}
footer {
margin-top: auto;
}