fix(frontend): show feature card text on mobile devices#1056
fix(frontend): show feature card text on mobile devices#1056kshah123919 wants to merge 4 commits into
Conversation
|
Hi @imDarshanGK , I have submitted a PR for Issue #1047. The issue causing feature card titles and descriptions to be hidden on mobile devices has been fixed. I have also attached screenshots showing the before and after behavior for verification. Could you please review the PR when you get a chance ? Thank you for your time and feedback. |
imDarshanGK
left a comment
There was a problem hiding this comment.
The fix addresses Issue #1047 by making the feature card text visible on mobile.
However, the mobile layout could be improved. Currently all feature cards stack vertically, which feels a bit crowded. Consider using a responsive grid (e.g., 2 cards per row on mobile where possible) to maintain readability and better use of screen space.
Please share updated mobile screenshots after the change.
|
Thank you for reviewing the PR and for the feedback. I'll improve the mobile layout by making the feature cards responsive (showing two cards per row where possible) to make better use of the available space and improve readability. I'll update the screenshots and push the changes shortly. |
|
Thank you for the feedback @imDarshanGK , I've updated the mobile layout to use a more compact two-column arrangement and improved the card sizing and spacing for better use of screen space. I've also attached updated screenshots for verification.
Please let me know if any further adjustments are needed. Thank you! |
2e8748c to
00f7639
Compare
imDarshanGK
left a comment
There was a problem hiding this comment.
@kshah123919 I noticed this line was removed from .github/pull_request_template.md:
- [ ] I have updated docs/CHANGELOG.md for user-facing changes or fixes
Could you explain why this checklist item was removed? It seems unrelated to the scope of this issue.
|
Thanks for pointing this out. This removal was accidental and unrelated to the scope of the issue. I didn't intend to modify the PR template, and I'll restore the checklist item and update the PR accordingly. |
8fc7588 to
c2e1787
Compare
|
Hi @imDarshanGK, I have restored the accidentally removed checklist item and updated the PR. All checks are passing now. Thank you! |

Description
Fixed a mobile responsiveness issue where feature card titles and descriptions were hidden on screens below 400px. Removed the CSS rule that hid the feature card text, ensuring that feature icons, titles, and descriptions remain visible and readable on mobile devices.
Related Issue
Fixes #1047
Type of change
Checklist
mainpytest -vand all tests passfeat/fix/docs/test: short descriptionScreenshots (if frontend change)
Before
Feature card titles and descriptions were hidden on mobile devices, leaving only the icons visible.
After
Feature card icons, titles, and descriptions are now visible and readable on mobile devices.
Test evidence
Verified manually using Chrome DevTools mobile device emulation.
Tested on multiple mobile device profiles, including iPhone and Samsung devices.
Results: