From b242cb8970089158b04361881bdfc7b13b6d5577 Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Wed, 14 Mar 2018 18:45:42 +0000 Subject: [PATCH] Update 'style.css' --- style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index 5023700..9624be3 100755 --- a/style.css +++ b/style.css @@ -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; } }