Improve device height selector

This improves the website's look on display resolutions such as 1280x720 and 1280x800
This commit is contained in:
Dominik V. Salonen 2018-05-06 13:07:35 +00:00
parent 1385f7adb7
commit a17226eb40
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ a:hover {
box-shadow: 3px 3px 7px rgba(0,0,0,0.25);
}
@media only screen and (max-device-width: 600px), only screen and (max-device-height: 600px) {
@media only screen and (max-device-width: 600px), only screen and (max-device-height: 800px) {
#content {
margin-top: 5vh;
}