Add mobile responsive CSS to fix text overflow issues#226
Merged
Conversation
This CSS file contains styles for mobile responsiveness, including typography adjustments and overflow handling for various screen sizes.
Thanks for creating a PR for your Issue!
|
Owner
|
This PR solved the overflowing text issue but not the cards overlapp. No issues for now this works. |
🎉 Congrats on getting your PR merged in, @Nayab-Gauhar! 🙌🏼Thanks for your contribution every effort helps improve the project. Looking forward to seeing more from 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.
🚀 Pull Request
🔖 Description
This PR addresses the mobile text overflow issue by adding a comprehensive mobile responsive CSS file. The new
mobileResponsive.cssfile includes:Fixes: #126
📝 Implementation Details
CSS/mobileResponsive.csswith mobile-first responsive stylesThe CSS file has been created and committed. The next step is to link this CSS file in
index.htmlby adding:after the existing CSS links in the
<head>section.🧪 Testing
✅ Checklist
🙌 Additional Notes
This PR provides a comprehensive solution to the mobile text overflow issue reported in #126. The CSS file is ready and can be immediately effective once linked in the HTML. I'm happy to add the HTML link in a follow-up commit if needed, or it can be added during the merge process.