From 420eaa08e915989ca00362967f952a9c5c65f9d3 Mon Sep 17 00:00:00 2001 From: RazvanBalota <118636956+RazvanBalota@users.noreply.github.com> Date: Wed, 24 Jan 2024 19:10:38 +0200 Subject: [PATCH] fix:center navbar on mobile (#12) --- src/components/Navbar.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index a97d350..c2db0ab 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -3,11 +3,11 @@ import NavLinks from "./NavLinks.astro"; ---