From 84df8d3ccb2b5e40f8a5a90ecd71e0ab463483be Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 20 Jan 2024 00:31:03 -0500 Subject: Navbar responsive design; Now using grid instead of flexbox --- src/components/Navbar.astro | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/components/Navbar.astro') diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index c9deb28..03bc27c 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -2,6 +2,9 @@ import "../styles/Navbar.css" --- + + -- cgit v1.2.3