From c40bb8e18605e2d46172e2ffd5506a9a0c7e3229 Mon Sep 17 00:00:00 2001 From: Codex Bounty Date: Sat, 1 Aug 2026 09:54:00 -0600 Subject: [PATCH] fix: improve landing page mobile responsiveness --- frontend/src/pages/LandingPage.tsx | 58 +++++++++++++++--------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/frontend/src/pages/LandingPage.tsx b/frontend/src/pages/LandingPage.tsx index baede37..05be9a5 100644 --- a/frontend/src/pages/LandingPage.tsx +++ b/frontend/src/pages/LandingPage.tsx @@ -35,7 +35,7 @@ const steps = [ export default function LandingPage() { return ( -
+
{/* ── CSS ─────────────────────────────────────────────── */}