fix: Mobile Responsive Polish for 375px and 768px Breakpoints#1001
Open
Humoudideas77 wants to merge 1 commit intoSolFoundry:mainfrom
Open
fix: Mobile Responsive Polish for 375px and 768px Breakpoints#1001Humoudideas77 wants to merge 1 commit intoSolFoundry:mainfrom
Humoudideas77 wants to merge 1 commit intoSolFoundry:mainfrom
Conversation
Closes SolFoundry#824 Mobile Responsive Polish — all pages look correct at 375px and 768px, no horizontal scroll. Changes: - Navbar: responsive logo sizing and gap spacing (gap-6 lg:gap-8) - BountyCard: moved status badge from absolute positioning to relative flow layout, stacks reward/meta vertically on mobile - HeroSection: responsive terminal card (max-w-md sm:max-w-xl), smaller padding/fonts at 375px, headline scales text-3xl sm:text-4xl md:text-5xl, CTAs scale px-5 sm:px-6, stats strip stacks vertically on mobile - Footer: grid breaks at sm instead of md (1→2→4 cols), token address uses min-w-0 for safe truncation - PodiumCards: responsive min-width and padding, overflow-x-auto for safety on very narrow screens - LeaderboardTable: overflow-x-auto instead of overflow-hidden for horizontal scroll on mobile - LeaderboardPage: responsive title sizing - FlowTabs: responsive padding and font sizing for tab buttons - BountyDetail: responsive padding, title sizing, meta layout wraps on mobile - BountyGrid: responsive heading size - HowItWorksPage/LeaderboardPage: responsive page titles - index.css: cleaned up mobile CSS, added typewriter-sm animation for mobile, removed stale selectors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #824
Bounty: Mobile Responsive Polish
Tier: T1 | Reward: 150,000
Summary
Full mobile responsive polish across all pages. Every page renders correctly at 375px and 768px with no horizontal scroll.
Changes (12 files)
Navigation
Home Page / Hero Section
Bounty Cards & Grid
Bounty Detail
Footer
Leaderboard
How It Works
CSS
Acceptance Criteria
Wallet
humoudideas77