From 1f2304144c036a382439d679601c754a490bf351 Mon Sep 17 00:00:00 2001 From: Jan-Marlon Leibl Date: Thu, 13 Mar 2025 20:57:29 +0100 Subject: [PATCH] feat: redesign mobile menu with improved structure and styles --- src/components/layout/MobileMenu.astro | 309 ++++++++++++++++--------- 1 file changed, 201 insertions(+), 108 deletions(-) diff --git a/src/components/layout/MobileMenu.astro b/src/components/layout/MobileMenu.astro index 5f11140..922432b 100644 --- a/src/components/layout/MobileMenu.astro +++ b/src/components/layout/MobileMenu.astro @@ -9,67 +9,61 @@ const navItems = [ ]; --- -
+
-