Fix footer not sticking to bottom of screen
It's a hack, but the issue is more annoting than the hack.
This commit is contained in:
parent
020eb43345
commit
709277929b
1 changed files with 3 additions and 0 deletions
|
@ -129,6 +129,9 @@ footer {
|
||||||
|
|
||||||
#main {
|
#main {
|
||||||
margin-top: $spacer * 5;
|
margin-top: $spacer * 5;
|
||||||
|
|
||||||
|
// screen height - top padding - navbar height - footer margin
|
||||||
|
min-height: calc(100vh - #{$spacer * 5} - #{$navbar-height} - #{$spacer * 3});
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-page-item {
|
.list-page-item {
|
||||||
|
|
Loading…
Reference in a new issue