feat(ui): add mobile-first responsive framework for improved mobile UX#157
Open
PATTASWAMY-VISHWAK-YASASHREE wants to merge 2 commits intoarm-university:mainfrom
Open
Conversation
- Create _responsive.scss partial with comprehensive mobile breakpoints - Fix hero section text bleeding on small screens (320px-768px) - Implement fluid typography using clamp() for headings - Add footer flex-wrap for partner logo layout - Convert fixed pixel spacing to CSS custom properties - Prevent horizontal scroll with global overflow-x: hidden Fixes arm-university#109
Author
- Create _responsive.scss with CSS custom properties - Use clamp() for fluid typography (--text-xs to --text-5xl) - Implement fluid spacing system (--space-3xs to --space-3xl) - Fix hero text bleeding and footer logo wrapping - Remove hardcoded breakpoints for seamless 280px-2560px+ scaling Fixes arm-university#109
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.


Fixes #109
Before submitting a pull request for a project submission, please review the instructions under How to submit your project.
Please do not include any confidential information in your contribution. Additionally if you are affiliated with an academic institution, please ensure you have the right to share your material.
By submitting this pull request, I confirm that you can promote and share the your referenced material.