From 0cb4b3e58ffed8426ad7e40652838ba56bb2b9eb Mon Sep 17 00:00:00 2001 From: Raigato Date: Sun, 22 Mar 2026 14:00:31 +0100 Subject: [PATCH] fix: prevent navbar items from wrapping on mobile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reduce horizontal padding, gaps, and CTA button padding on small screens. Shorten CTA text to "CONTACT →" on mobile (sm: breakpoint) to ensure the navbar stays on a single line on 375px+ viewports. --- src/components/Navbar.astro | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index f913bf8..d051e4a 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -4,24 +4,25 @@