From 9338ee88327eb5b828cc14c763afa266e17b8106 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Tue, 17 Oct 2023 07:50:37 -0400 Subject: [PATCH] fix: move override to styles.scss --- src/pages/index.astro | 7 ------- src/styles/globals.scss | 6 ++++++ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 3c398d7..c6367c7 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -11,13 +11,6 @@ import "@/styles/globals.scss"; Astro -
diff --git a/src/styles/globals.scss b/src/styles/globals.scss index b152b41..da89e47 100644 --- a/src/styles/globals.scss +++ b/src/styles/globals.scss @@ -74,3 +74,9 @@ @apply bg-background text-foreground; } } + +main astro-island { + display: flex; + flex-direction: column; + height: 89vh; +}