Fix footer for mobile device
This commit is contained in:
@ -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 */
|
||||
}
|
Reference in New Issue
Block a user