From 089859e1f396ba294ec13f059d24842b2569bf1e Mon Sep 17 00:00:00 2001 From: Troy Date: Thu, 13 Feb 2025 17:06:23 +0000 Subject: [PATCH] fix: increase nav text size on mobile --- src/components/Header.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Header.astro b/src/components/Header.astro index f3a7885..5b8242f 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -44,7 +44,7 @@ const currentPath = pathname.replace(/\/$/, "");