-
Notifications
You must be signed in to change notification settings - Fork 120
Feature/responsive grid layouts #548
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Feature/responsive grid layouts #548
Conversation
🎉 All Checks Passed!
✅ Completed Workflows
🚀 This PR is ready for review and can be safely merged to Great work! Your code meets all quality standards. 👏 |
|
@sa-fw-an please review this . |
|
@Kunal1522 The Stats Part looks good. Just raise a PR for the Stats part only |
|
okay .should i raise a new pr or push changes into this one only? |
🎉 All Checks Passed!
✅ Completed Workflows
🚀 This PR is ready for review and can be safely merged to Great work! Your code meets all quality standards. 👏 |
now the changes are in only in stats parts .i have restored the original layout for try sections. |
🎉 All Checks Passed!
✅ Completed Workflows
🚀 This PR is ready for review and can be safely merged to Great work! Your code meets all quality standards. 👏 |
|
@sa-fw-an please review this |
📝 Description
Fixed uneven spacing in the "Experience Sugar" and "Stats" sections by restructuring grid layouts to display cards uniformly without awkward gaps in the last row.
Problem:
The Stats and "Experience Sugar" sections had uneven card distribution in the last row, creating visual inconsistency on the homepage.
Solution:
Restructured "Experience Sugar" to use a consistent 2-column grid layout
Updated Stats section to use a 2-3 layout (2 cards top, 3 cards bottom)
Cards now fill rows evenly without empty spaces in the last column
Result:
All cards display uniformly with proper spacing and a more polished homepage appearance.
🔄 Type of Change
📷 Visual Changes
BEFORE STATS SECTION:
AFTER STATS SECTION:
BEFORE TRY SECTION:
🧪 Testing Performed
📱 Browser Compatibility
🖥️ Responsive Design
✅ Test Cases
♿ Accessibility
📋 PR Checklist
📚 Reviewer Resources