Description
In the main README, the quote card image is not aligned properly when viewed on smaller screens.
Steps to Reproduce
- Open README on mobile view or narrow browser window.
- Observe that the quote image overlaps with text.
Expected Behavior
The quote image should stay centered or responsive.
Suggested Fix
Use <p align="center"> or CSS-based responsive layout in README example section.
Environment
- Browser: Chrome / Firefox
- Screen size: < 800px
Description
In the main README, the quote card image is not aligned properly when viewed on smaller screens.
Steps to Reproduce
Expected Behavior
The quote image should stay centered or responsive.
Suggested Fix
Use
<p align="center">or CSS-based responsive layout in README example section.Environment