Ensure footer always sticks to bottom

This commit is contained in:
Jake Howard 2022-06-19 14:46:45 +01:00
parent 39a59b88db
commit 122bf8dea2
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,4 @@
body.page-home-homepage {
display: flex;
flex-direction: column;
main {
background-repeat: no-repeat;
background-size: cover;

View File

@ -13,6 +13,8 @@ html,
body {
height: 100%;
overflow-y: auto;
display: flex;
flex-direction: column;
}
.darkmode-layer,