Design comparison
SolutionDesign
Community feedback
- @urboifoxPosted almost 2 years ago
Hey Rafael, nice solution! maybe it can use some more work on responsive side, you can make the height of the card depending on the content with this code:
@media screen and (max-width: 740px) .container { height: fit-content; }
I hope this helped you a little, happy coding! :)
Marked as helpful0
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