From de8b3764e696f97de5b01555a73a1b25701d19e7 Mon Sep 17 00:00:00 2001 From: Filip Rojek Date: Mon, 31 Oct 2022 17:10:18 +0100 Subject: [PATCH] fix --- css/{styles_v2.css => styles_v3.css} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename css/{styles_v2.css => styles_v3.css} (94%) diff --git a/css/styles_v2.css b/css/styles_v3.css similarity index 94% rename from css/styles_v2.css rename to css/styles_v3.css index a61ba03..d6ea28b 100644 --- a/css/styles_v2.css +++ b/css/styles_v3.css @@ -18,6 +18,7 @@ body { max-height: -webkit-fill-available; max-width: 100vw; font-family: 'Source Code Pro', monospace; + overflow: hidden; } .content{ display: flex; @@ -48,7 +49,7 @@ body { @media only screen and (max-width: 768px) { .content { max-width: 100vw; - height: 100vh; + height: calc(100vh - 10rem); } .link {