Skip to content

Fix nav bar wrapping on mobile landing page - #68

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

Fix nav bar wrapping on mobile landing page#68
alexys1 wants to merge 1 commit into
iii123iii:mainfrom
alexys1:fix/mobile-responsive-landing-page

Conversation

@alexys1

@alexys1 alexys1 commented Aug 1, 2026

Copy link
Copy Markdown

Closes #3.

At viewport widths below ~360px, the "Sign in" link in the landing page nav wrapped onto two lines and collided with the "Get started" button. Tested by running the Vite dev server and rendering the page at 320px/390px/430px viewports.

Fix: tightened nav padding/gaps on small screens and added whitespace-nowrap to both nav links so the header stays on a single line down to 320px. No other layout issues found — the rest of the page (hero, tools grid, steps, CTA, footer) already had no horizontal overflow at any tested width.

Happy to address any feedback.

At viewport widths below ~360px, the "Sign in" link wrapped onto two
lines and collided with the "Get started" button. Tightened nav
padding/gaps and added whitespace-nowrap on both links so the header
stays on one line down to 320px.

Fixes 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.

Bug bounty 100 usd to whoever makes my landing page responsive for mobile

2 participants