From 92267a731a3afd4e2965c6d96a81c357865f6c0f Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Fri, 5 May 2023 21:44:08 +0000 Subject: [PATCH] fix heigh issue with main Signed-off-by: Arthur Lu --- css/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/css/style.css b/css/style.css index d8ac9c0..a49b04f 100644 --- a/css/style.css +++ b/css/style.css @@ -19,7 +19,6 @@ body { } main { - min-height: 100vh; max-width: 100vw; }