Fix sticky footer
This commit is contained in:
parent
cee610aeb1
commit
c05c1ae72d
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ select {
|
|||
.page-wrapper {
|
||||
position: relative;
|
||||
padding-bottom: $footer-height;
|
||||
min-height: 100%;
|
||||
|
||||
@media (max-width: 1000px) {
|
||||
padding-bottom: $footer-height-mobile;
|
||||
|
|
Loading…
Reference in a new issue