From 564580db402c1c30bc9df6c30214575220e7d6f8 Mon Sep 17 00:00:00 2001 From: Tim Holman Date: Sat, 28 May 2022 13:56:33 -0400 Subject: [PATCH] fix page heights --- css/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index d26848b..8f9ab40 100755 --- a/css/style.css +++ b/css/style.css @@ -2,9 +2,13 @@ box-sizing: border-box; } +html, body { + height: 100%; + min-height: 100%; +} + body { background-color: #0e0e0e; - height: 100vh; margin: 0; display: flex; justify-content: center;