From 6913c152dd65e9aeb4b508c6cae206a3488c8b9e Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Wed, 19 Oct 2022 14:32:27 +0100 Subject: [PATCH] Body should not be 100% screen height. --- style/new_style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/style/new_style.css b/style/new_style.css index b9b6be0..beb3343 100644 --- a/style/new_style.css +++ b/style/new_style.css @@ -3,7 +3,6 @@ html { } body { - height: 100%; width: 100%; margin: auto; }