From 82bce6757236fc189b446ca88daa5ecc0a2f472c Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Wed, 14 Mar 2018 13:56:52 +0000 Subject: [PATCH] No top margin on tiny horizontal screens. --- style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/style.css b/style.css index fdfd0b9..43431bf 100755 --- a/style.css +++ b/style.css @@ -40,6 +40,13 @@ h1, h2, h3, h4, h5, p { max-height: 75vh; } } + +@media only screen and (max-device-height: 600px) { + #content { + margin-top: 0vh; + max-height: 75vh; + } +} #main-container { background-color: #3b3b3b;