fix(landing): make landing page fully responsive on mobile devices (#3)#18
Open
anilchouhan898 wants to merge 2 commits into
Open
fix(landing): make landing page fully responsive on mobile devices (#3)#18anilchouhan898 wants to merge 2 commits into
anilchouhan898 wants to merge 2 commits into
Conversation
Author
|
Hi @iii123iii, it looks like there is a minor merge conflict with the recent updates on main. Please let me know if you'd like me to resolve the conflict from my end, or if you can handle it during the rebase/merge! Thanks. |
Author
|
Hi @iii123iii, I just checked and confirmed that this PR (#18) has NO merge conflicts with the latest main branch. Everything can be cleanly merged! 🟢 Since I submitted this optimization earlier and it perfectly preserves the desktop layout while fixing all mobile viewport issues (320px+), it is 100% ready for your review and merge. Looking forward to your feedback! Thank you! 🙏 |
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 #3
/claim #3
📱 Summary of Changes:
I have completed a comprehensive mobile-responsiveness pass for the
LandingPage.tsxcomponent (optimized from 320px to 768px screens) while preserving the desktop layout unchanged:grid-cols-1) to prevent card squishing, transitioning smoothly to 2 columns on tablet and 4 on desktop. Centered text alignments on mobile for improved readability.overflow-x-hidden) to guarantee zero horizontal scrolling or layout breaking on narrow screens (tested down to 320px).Ready for review and merge! Let me know if any adjustments are needed.