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 {
|
body.page-home-homepage {
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
|
|
||||||
main {
|
main {
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
|
|
@ -13,6 +13,8 @@ html,
|
||||||
body {
|
body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
.darkmode-layer,
|
.darkmode-layer,
|
||||||
|
|
Loading…
Reference in a new issue