Prevent overflowing on mobs

This commit is contained in:
Dominik V. Salonen 2018-08-31 11:16:30 +00:00
parent 2ac127d838
commit 2085e26ca7
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ a:hover {
}
#page {
height: calc(60vh - 40px);
height: calc(50vh - 40px);
}
}