From 6a493f1a07612043a6ab75f044059b67e3a8b95b Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Sat, 19 Aug 2023 21:30:35 +0100 Subject: Better navbar layout --- src/components/Navbar/Navbar.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/components/Navbar/Navbar.astro b/src/components/Navbar/Navbar.astro index aea8909..4fa05a9 100644 --- a/src/components/Navbar/Navbar.astro +++ b/src/components/Navbar/Navbar.astro @@ -5,11 +5,11 @@ import NavLinks from './NavLinks.astro'; import Logo from './Logo.astro'; --- -