From fddf7e4b3f83d349592b249ef03521d9cbb9eefa Mon Sep 17 00:00:00 2001 From: YouHaveTrouble Date: Mon, 12 Jul 2021 01:35:21 +0200 Subject: [PATCH] fix issues when content takes more than 1 screen height --- style/main.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/style/main.css b/style/main.css index f41c07e..f3387c1 100644 --- a/style/main.css +++ b/style/main.css @@ -24,7 +24,7 @@ body { margin: 0; padding: 0; width: 100%; - height: 100vh; + min-height: 100vh; display: flex; flex-direction: column; align-items: center; @@ -84,11 +84,9 @@ h1 { @media only screen and (max-width: 1000px) { .wrapper { - height: auto; flex-direction: column; } .linewrapper { - height: auto; flex-direction: column; } .window {