Fix error on phones: footer was eating section when section is too long
This commit is contained in:
parent
59dafa87c2
commit
f1660deb55
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ header a {
|
|||
}
|
||||
|
||||
section {
|
||||
height: 90%;
|
||||
min-height: 90%;
|
||||
}
|
||||
|
||||
footer {
|
||||
|
|
Loading…
Reference in a new issue