From 2085e26ca7a4b3158a859a38a475a80defef9f3d Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Fri, 31 Aug 2018 11:16:30 +0000 Subject: [PATCH] Prevent overflowing on mobs --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index d0c43aa..4698504 100755 --- a/style.css +++ b/style.css @@ -83,7 +83,7 @@ a:hover { } #page { - height: calc(60vh - 40px); + height: calc(50vh - 40px); } }