From eec72ae5ea421ed135e8e5d97b76095acffc9278 Mon Sep 17 00:00:00 2001 From: kritzl Date: Wed, 16 Sep 2026 11:15:14 +0200 Subject: [PATCH] increase mobile menu size --- src/components/Navbar.astro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index 125bf9a..fc87e1b 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -13,9 +13,9 @@ import path from "../utils/path.ts"