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; } }