Fix footer for mobile device

This commit is contained in:
2019-09-05 19:05:17 +02:00
parent 87e3ecd73c
commit 87af21c39e
2 changed files with 22 additions and 12 deletions

View File

@ -0,0 +1,8 @@
.wrapper {
min-height: 100%;
height: 100%;
margin: 100 auto -120px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
height: 120px; /* .push must be the same height as .footer */
}