Update 'style.css'

This commit is contained in:
Dominik V. Salonen 2018-03-14 18:45:42 +00:00
parent 9882b5461e
commit b242cb8970
1 changed files with 4 additions and 4 deletions

View File

@ -45,15 +45,15 @@ a:hover {
@media only screen and (max-device-width: 600px) {
#content {
margin-top: 10vh;
max-height: 75vh;
margin-top: 5vh;
max-height: 65vh;
}
}
@media only screen and (max-device-height: 600px) {
#content {
margin-top: 0vh;
max-height: 75vh;
margin-top: 5vh;
max-height: 65vh;
}
}