From ecfac46a2511e3b3dfac155d9114730e4c1a778d Mon Sep 17 00:00:00 2001 From: Brian Love Date: Mon, 13 Apr 2026 16:45:05 -0700 Subject: [PATCH] fix(website): add mobile responsive padding and sizing to home page sections - PilotSolution: reduce padding to 60px 20px on mobile - TheStack: reduce section and card padding on mobile - PilotFooterCTA: responsive heading size with clamp(), reduced vertical padding - WhitePaperSection: reduce outer section padding on mobile All breakpoints use existing 767px convention. Co-Authored-By: Claude Opus 4.6 --- apps/website/src/components/landing/PilotFooterCTA.tsx | 10 +++++++++- apps/website/src/components/landing/PilotSolution.tsx | 7 ++++++- apps/website/src/components/landing/TheStack.tsx | 9 ++++++++- .../src/components/landing/WhitePaperSection.tsx | 3 ++- 4 files changed, 25 insertions(+), 4 deletions(-) diff --git a/apps/website/src/components/landing/PilotFooterCTA.tsx b/apps/website/src/components/landing/PilotFooterCTA.tsx index 03a27be32..99eb0e9b0 100644 --- a/apps/website/src/components/landing/PilotFooterCTA.tsx +++ b/apps/website/src/components/landing/PilotFooterCTA.tsx @@ -21,8 +21,15 @@ export function PilotFooterCTA() { padding: '0 2rem', }} > - + +
+ +
+ )} +