-
-
Notifications
You must be signed in to change notification settings - Fork 571
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
Fixed the height of the boxes present on the homepage of the website #471
Fixed the height of the boxes present on the homepage of the website #471
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
WalkthroughThe recent changes primarily focus on enhancing the responsiveness of the homepage features. The modifications in CSS styles adjust the height of the Changes
TipsChat with CodeRabbit Bot (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review Status
Actionable comments generated: 0
Files selected for processing (1)
- src/components/HomepageFeatures/styles.module.css (1 hunks)
Files skipped from review due to trivial changes (1)
- src/components/HomepageFeatures/styles.module.css
please add hacktoberfest tag when merge this please |
🎉 This PR is included in version 0.14.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This pr fixed the height of the boxes on the homepage.
fixes #459
Summary by CodeRabbit
Style: Adjusted CSS styles for better mobile responsiveness
min-height
property of the.listContainer
class from17rem
to8.8rem
to optimize space utilization on smaller screens.max-height
property with a value of295px
to the.listContainer
class, ensuring consistent display across various screen sizes.