Phone fix? Maybe? I dunno?

This commit is contained in:
Dominik V. Salonen 2018-08-31 11:03:59 +00:00
parent 4deb8ecbe3
commit 15fc048bdf
1 changed files with 11 additions and 7 deletions

View File

@ -66,6 +66,13 @@ a:hover {
box-shadow: 3px 3px 7px rgba(0,0,0,0.25); box-shadow: 3px 3px 7px rgba(0,0,0,0.25);
} }
#page {
width: 100%;
padding: 15px 5px 8px 5px;
height: calc(40vh - 50px);
overflow-y: auto;
}
@media only screen and (max-device-width: 600px), only screen and (max-device-height: 800px) { @media only screen and (max-device-width: 600px), only screen and (max-device-height: 800px) {
#content { #content {
margin-top: 5vh; margin-top: 5vh;
@ -74,6 +81,10 @@ a:hover {
#main-container { #main-container {
max-height: 60vh; max-height: 60vh;
} }
#page {
height: calc(50vh - 40px);
}
} }
#navbar { #navbar {
@ -83,13 +94,6 @@ a:hover {
text-align: center; text-align: center;
} }
#page {
width: 100%;
padding: 15px 5px 8px 5px;
height: calc(40vh - 50px);
overflow-y: auto;
}
#splits { #splits {
text-align: center; text-align: center;
width: 100%; width: 100%;