Skip to content

fix: make landing page fully responsive for mobile - #70

Open
Jorchspace wants to merge 1 commit into
iii123iii:mainfrom
Jorchspace:fix/responsive-landing-page
Open

fix: make landing page fully responsive for mobile#70
Jorchspace wants to merge 1 commit into
iii123iii:mainfrom
Jorchspace:fix/responsive-landing-page

Conversation

@Jorchspace

Copy link
Copy Markdown

Changes

Makes the landing page fully responsive across all device sizes:

  • Fix ambient glow overflow using min() with viewport units (prevents horizontal scroll)
  • Scale down nav items and logo on small screens
  • Improve hero section padding/spacing for mobile (pt-16 vs pt-20)
  • Make CTA buttons stack vertically on mobile (flex-col sm:flex-row)
  • Adjust tool grid for better responsive layout (grid-cols-2 sm:grid-cols-3 lg:grid-cols-4)
  • Scale prism graphic to 70vw max on smaller viewports
  • Add overflow-x-hidden to prevent horizontal scrollbar
  • Reduce section padding across all mobile breakpoints
  • Fix heading clamp() values for better mobile font sizing

Tested: Visual inspection across breakpoints (320px → 1440px).

/claim #3

- Fix ambient glow overflow using min() with viewport units
- Scale down nav items and logo on small screens
- Improve hero section padding/spacing for mobile
- Make CTA buttons stack vertically on mobile
- Adjust tool grid for better tablet layout (2→3→4 cols)
- Scale prism graph to 70vw max on smaller viewports
- Add overflow-x-hidden to prevent horizontal scroll
- Reduce section padding across all mobile breakpoints
- Fix heading clamp() for better mobile rendering

Closes iii123iii#3
/claim iii123iii#3
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