Fix error on phones: footer was eating section when section is too long

This commit is contained in:
flyingscorpio@arch-desktop 2021-01-07 21:20:42 +01:00
parent 59dafa87c2
commit f1660deb55

View file

@ -56,7 +56,7 @@ header a {
}
section {
height: 90%;
min-height: 90%;
}
footer {