Merge pull request #660 from sgmap/fix-sticky-footer

Fix sticky footer
This commit is contained in:
Mathieu Magnin 2017-08-28 10:24:26 +02:00
commit c4234744cd

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;