From b7673c4b8905122a982a0275f509e0bd41c0f20e Mon Sep 17 00:00:00 2001 From: joshm21 <44173063+joshm21@users.noreply.github.com> Date: Tue, 24 Oct 2023 08:22:58 +0200 Subject: [PATCH] Shrink to height 90vh --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 78d9ebb..dd5f354 100644 --- a/style.css +++ b/style.css @@ -6,7 +6,7 @@ grid-container { display: grid; grid-template-rows: 80% 20%; grid-gap: 2vh; - height: 95vh; + height: 90vh; } grid_item {