-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUG] Fix Content Overflow and Misalignment in Waste Management Secti…
…on (#241) <!-- Thank you for sending a pull request ❤️ --> [BUG] Fix Content Overflow and Misalignment in Waste Management Section Closes: #165 The "Waste Management" section had issues with content overflowing and misaligning, particularly on smaller screen sizes. This disrupted the layout and negatively affected the user experience, causing some text and elements to overflow outside their containers. -Card Layout Adjustment: Updated the card structure to use flexbox for better alignment and dynamic resizing. -Text Overflow Handling: Applied CSS properties like overflow-wrap and text-overflow to handle potential text overflow issues. -Spacing & Padding: Adjusted margins and padding for better consistency across cards and between elements. -Mobile Optimization: Added media queries to ensure the layout is responsive and readable on smaller screens, preventing any misalignment or overflow issues. _Please check the boxes that apply_ - [x] Bugfix (non-breaking change that fixes an issue) - [x] New feature (non-breaking change that adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] Documentation update (Documentation content changed) - [ ] Other (please describe): ## Checklist _Please check the boxes that apply_ - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas - [x] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [x] My changes do not break the current system and pass all existing test cases - [x] I have added tests that prove my fix is effective or that my feature works - [x] New and existing unit tests pass locally with my changes - [ ] Any dependent changes have been merged and published in downstream modules https://github.com/user-attachments/assets/c7fcec2d-398b-4e1c-ac9d-18ae13005c27 Please assign this issue to me as I would like to work on fixing it. also add the label GSSoC 2024 Extd relaevant and lvl .
- Loading branch information
Showing
2 changed files
with
483 additions
and
246 deletions.
There are no files selected for viewing
This file contains 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
Oops, something went wrong.