From 67012be342da090743bc5cf32851d754c2065eec Mon Sep 17 00:00:00 2001 From: alexys1 Date: Fri, 31 Jul 2026 21:19:37 -0500 Subject: [PATCH] Fix nav bar wrapping on mobile landing page At viewport widths below ~360px, the "Sign in" link wrapped onto two lines and collided with the "Get started" button. Tightened nav padding/gaps and added whitespace-nowrap on both links so the header stays on one line down to 320px. Fixes #3 --- frontend/src/pages/LandingPage.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/src/pages/LandingPage.tsx b/frontend/src/pages/LandingPage.tsx index baede37..4ffa411 100644 --- a/frontend/src/pages/LandingPage.tsx +++ b/frontend/src/pages/LandingPage.tsx @@ -142,25 +142,25 @@ export default function LandingPage() { {/* ── Nav ────────────────────────────────────────────── */}