Fix sticky footer

This commit is contained in:
Mathieu Magnin 2017-07-31 14:00:28 +02:00
parent cee610aeb1
commit c05c1ae72d

View file

@ -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;