From 5d14a6cc08fb82a9fd850757a3dba1ed28a959a6 Mon Sep 17 00:00:00 2001 From: Fries Date: Sat, 15 Jul 2023 20:41:00 -0700 Subject: [PATCH] move the nav style to the global style --- src/components/Navigation.astro | 12 +----------- src/styles/global.css | 9 +++++++++ 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/src/components/Navigation.astro b/src/components/Navigation.astro index cfb2d91..e79fe3f 100644 --- a/src/components/Navigation.astro +++ b/src/components/Navigation.astro @@ -1,16 +1,6 @@ -