Responsive NFT preview card without using media queries

Solution retrospective
This challenge went surprisingly smooth (except the picture overlay that overflows on the bottom a bit and I have no idea how to fix it), I was planning to use media queries but after using the clamp function I figured I didn't need to. As always feedback and suggestions are welcome !
Please log in to post a comment
Log in with GitHubCommunity feedback
- @UnTalPeluca
Divs use extra empty space at the bottom when they have an image inside, you can fix this by adding the "display: block" property to the image.
Marked as helpful
Join 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