From a726aedb66bffcd4dd5bc8b9f1602786a8e9b213 Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Fri, 31 Aug 2018 11:05:33 +0000 Subject: [PATCH] Moar height --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index b015d24..14ffe24 100755 --- a/style.css +++ b/style.css @@ -83,7 +83,7 @@ a:hover { } #page { - height: calc(50vh - 40px); + height: calc(60vh - 40px); } }