From 285d7f993cf940aedb9024e13c1d227a5ebfe733 Mon Sep 17 00:00:00 2001 From: Quad Date: Fri, 13 Sep 2019 19:18:51 +0200 Subject: [PATCH] More content, less padding on phones --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index f0c1e18..8b0953e 100755 --- a/style.css +++ b/style.css @@ -75,11 +75,11 @@ a:hover { @media only screen and (max-device-width: 600px), only screen and (max-device-height: 800px) { #content { - margin-top: 5vh; + margin-top: 2vh; } #main-container { - max-height: 60vh; + max-height: 70vh; } #page {