From ad137b6efed469c82311a9fe457573a8f8ae5d04 Mon Sep 17 00:00:00 2001 From: Robert McGovern Date: Thu, 20 Jan 2022 15:57:31 +0000 Subject: [PATCH] tidy so no scrollbar --- css/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 9ca51f9..b103d71 100644 --- a/css/style.css +++ b/css/style.css @@ -1,5 +1,10 @@ +html, +body { + height: 100%; +} + header { - height: 100vh; + height: 100%; display: grid; place-content: center; }