Try fixing further mobile footer

This commit is contained in:
fillotassi 2018-11-07 23:39:22 +01:00
parent cd163b6860
commit 5e0271dd99
2 changed files with 2 additions and 2 deletions

View file

@ -118,7 +118,7 @@ body main #scrollable-column #right-column #calendario {
}
@media screen and (max-width: 900px) {
body main #scrollable-column #right-column #calendario {
max-height: 80vh;
margin-bottom: 3em;
}
}
@media screen and (min-width: 900px) {

View file

@ -113,7 +113,7 @@ body {
height: 100%;
max-width: 40em;
@media screen and (max-width: $breakpoint-tablet) {
max-height:80vh;
margin-bottom:3em;
}
@media screen and (min-width: $breakpoint-tablet) {
position: fixed;