From e6ff7378e88b56729d613078f43cbac7668cd74c Mon Sep 17 00:00:00 2001 From: codebanditssss Date: Mon, 6 Jul 2026 05:47:23 +0530 Subject: [PATCH] fix: tune landing mobile spacing --- .../landing/components/LandingFeaturesScroll.tsx | 4 ++-- frontend/src/landing/components/LandingFooter.tsx | 2 +- frontend/src/landing/components/LandingNav.tsx | 15 +++++++++++++-- .../src/landing/components/LandingSocialProof.tsx | 6 +++--- frontend/src/landing/components/LandingVideo.tsx | 2 +- 5 files changed, 20 insertions(+), 9 deletions(-) diff --git a/frontend/src/landing/components/LandingFeaturesScroll.tsx b/frontend/src/landing/components/LandingFeaturesScroll.tsx index 62011452d..b9e990f13 100644 --- a/frontend/src/landing/components/LandingFeaturesScroll.tsx +++ b/frontend/src/landing/components/LandingFeaturesScroll.tsx @@ -473,8 +473,8 @@ export function LandingFeaturesScroll() { {/* Mobile / tablet: simple stacked list, each with its own scaled mockup. */} -
-
+
+
FEATURES diff --git a/frontend/src/landing/components/LandingFooter.tsx b/frontend/src/landing/components/LandingFooter.tsx index 87540f3fb..24d8cdc2f 100644 --- a/frontend/src/landing/components/LandingFooter.tsx +++ b/frontend/src/landing/components/LandingFooter.tsx @@ -42,7 +42,7 @@ function GithubIcon({ className = "" }: { className?: string }) { export function LandingFooter() { return (