Fix testimonial card overflow on small screens#816
Fix testimonial card overflow on small screens#816delishariyona wants to merge 3 commits intosugarlabs:mainfrom
Conversation
❌ Checks Failed
Please fix the following issues before merging: 🔨 Continuous Integration FailedIssue: The build process failed to complete. How to fix:
📝 Code Linting FailedIssue: Code formatting or style violations detected. Specific problems: • TypeScript linting failed How to fix:
Need help with linting? Check out the Linting Guide for Windows Users for detailed instructions. 🛠️ Next Steps
|
❌ Checks Failed
Please fix the following issues before merging: 📝 Code Linting FailedIssue: Code formatting or style violations detected. Specific problems: • Code formatting issues detected How to fix:
Need help with linting? Check out the Linting Guide for Windows Users for detailed instructions. 🛠️ Next Steps
|
🎉 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. 👏 |
|
provide some before and after ss? |
📝 Description
This PR makes the testimonial cards responsive on small screens by replacing a fixed width with a viewport-based width and a max-width constraint.
It improves readability and prevents horizontal overflow on mobile devices while keeping the desktop layout unchanged.
🔗 Related Issue
N/A
🔄 Type of Change
📷 Visual Changes
Tested using Chrome DevTools mobile emulation. Screenshots can be added if required.
🧪 Testing Performed
📱 Browser Compatibility
🖥️ Responsive Design
✅ Test Cases
♿ Accessibility
📋 PR Checklist
💭 Additional Notes
This change is intentionally minimal and avoids modifying existing animations or the desktop layout.