More content, less padding on phones

This commit is contained in:
Quad 2019-09-13 19:18:51 +02:00
parent 58eaa5d283
commit 285d7f993c
1 changed files with 2 additions and 2 deletions

View File

@ -75,11 +75,11 @@ a:hover {
@media only screen and (max-device-width: 600px), only screen and (max-device-height: 800px) {
#content {
margin-top: 5vh;
margin-top: 2vh;
}
#main-container {
max-height: 60vh;
max-height: 70vh;
}
#page {