From a17226eb403f2392a66b1277f0e244b2e9fdeb50 Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Sun, 6 May 2018 13:07:35 +0000 Subject: [PATCH] Improve device height selector This improves the website's look on display resolutions such as 1280x720 and 1280x800 --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 9e9f1e7..148ff24 100755 --- a/style.css +++ b/style.css @@ -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; }