Skip to content

fix(website): mobile responsive padding and sizing for home page#126

Merged
blove merged 1 commit into
mainfrom
fix/homepage-mobile-review
Apr 13, 2026
Merged

fix(website): mobile responsive padding and sizing for home page#126
blove merged 1 commit into
mainfrom
fix/homepage-mobile-review

Conversation

@blove
Copy link
Copy Markdown
Contributor

@blove blove commented Apr 13, 2026

Summary

  • Adds @media (max-width: 767px) breakpoints to all home page sections that were missing them
  • PilotSolution: section padding reduced from 80px 32px to 60px 20px on mobile
  • TheStack: section padding reduced to 60px 20px, card padding reduced to 24px 20px 20px on mobile
  • PilotFooterCTA: heading font-size changed from fixed 42px to clamp(28px, 6vw, 42px) on mobile, vertical padding reduced from 6rem to 4rem
  • WhitePaperSection: outer section padding reduced to 60px 20px on mobile (inner grid already had mobile styles)

All breakpoints follow the existing 767px convention used by HeroTwoCol, ProblemSection, and ChatFeaturesSection.

Test plan

  • npx nx build website passes
  • Visual review at 375px viewport: no horizontal overflow, comfortable padding
  • Visual review at 768px viewport: breakpoint transition is smooth
  • PilotFooterCTA heading doesn't overflow on narrow viewports
  • TheStack cards have comfortable padding on mobile

🤖 Generated with Claude Code

…ections

- 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 <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 13, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
cacheplane Ready Ready Preview, Comment Apr 13, 2026 11:47pm

Request Review

@blove blove merged commit ab4cf71 into main Apr 13, 2026
14 checks passed
@blove blove deleted the fix/homepage-mobile-review branch May 7, 2026 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant