Design comparison
SolutionDesign
Solution retrospective
The card height changes increases as the width of the screen is shrinked. This result in uneven height of cards.
To recreate the issue, open developer tools and change the width of the screen to 768px
.
How can we fix this issue?
One obvious solution is to give fix min-height
to the card.
Is there any better solution?
Community feedback
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord