From 265d1e68e2557d697559465a9f7a2925fae302af Mon Sep 17 00:00:00 2001 From: SaAi <30327843+key1989han@users.noreply.github.com> Date: Thu, 16 Jul 2026 12:32:51 +0330 Subject: [PATCH] fix: responsive landing page for mobile devices - Decorative orbs: fixed px -> clamp() responsive - Hero grid stacks vertically on mobile - Tool grid: 1-col -> 2-col -> 4-col - Footer stacks vertically on mobile - Reduced vertical padding on small screens - overflow-x-hidden to prevent horizontal scroll Closes #3 --- frontend/src/pages/LandingPage.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/frontend/src/pages/LandingPage.tsx b/frontend/src/pages/LandingPage.tsx index baede37..2e4bb71 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 ─────────────────────────────────────────────── */}