Ensure footer always sticks to bottom
This commit is contained in:
parent
39a59b88db
commit
122bf8dea2
2 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,4 @@
|
|||
body.page-home-homepage {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
main {
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
|
|
|
@ -13,6 +13,8 @@ html,
|
|||
body {
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.darkmode-layer,
|
||||
|
|
Loading…
Reference in a new issue