Skip to content

Make landing page responsive for mobile - #52

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

Make landing page responsive for mobile#52
singularitycurse26-svg wants to merge 1 commit into
iii123iii:mainfrom
singularitycurse26-svg:fix/mobile-responsive-landing

Conversation

@singularitycurse26-svg

Copy link
Copy Markdown

Fixes #3

Changes

Made the landing page fully responsive for mobile devices:

  1. Reduced padding on small screens: Changed all px-6 to px-4 sm:px-6 across nav, hero, tools, how-it-works, CTA, and footer sections
  2. Responsive ambient glow sizes: Reduced glow div sizes from w-[900px] to w-[600px] sm:w-[900px] and w-[500px] to w-[300px] sm:w-[500px] to prevent overflow on mobile
  3. Adjusted vertical padding: Hero section uses pt-16 pb-20 sm:pt-20 sm:pb-24 md:pt-32 md:pb-36 for better mobile spacing
  4. Tools grid: Changed from grid-cols-2 sm:grid-cols-4 to grid-cols-2 sm:grid-cols-3 md:grid-cols-4 for better tablet layout
  5. Reduced gap: Hero grid gap from gap-12 to gap-8 md:gap-12 for mobile

/claim #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

1 participant