From f015aa8a52a2fbdc1f370183def9bd25fd2fb24a Mon Sep 17 00:00:00 2001 From: zepp Date: Wed, 12 Mar 2025 00:23:35 -0400 Subject: [PATCH] remove nav height to prevent overflow --- src/components/Navigation.astro | 71 ++++++++++++++++++--------------- 1 file changed, 38 insertions(+), 33 deletions(-) diff --git a/src/components/Navigation.astro b/src/components/Navigation.astro index 8854537..d9d6cee 100644 --- a/src/components/Navigation.astro +++ b/src/components/Navigation.astro @@ -2,50 +2,55 @@ const backgroundColor = "#E0D1ED"; const backgroundColorNightMode = "#240046"; --- +
+ +