From 6f9bf3ac80d481f09afb3a262f72189b91c1a60e Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Wed, 18 Oct 2023 09:18:02 -0400 Subject: [PATCH] fix: increase to 100vh --- src/styles/globals.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/globals.scss b/src/styles/globals.scss index da89e47..ba18fd4 100644 --- a/src/styles/globals.scss +++ b/src/styles/globals.scss @@ -78,5 +78,5 @@ main astro-island { display: flex; flex-direction: column; - height: 89vh; + height: 100vh; }