Design comparison
SolutionDesign
Community feedback
- @correlucasPosted over 2 years ago
Hello Tim!
Congratulations for you solution to the NFT Card challenge!
I look your solution and seems fine, but there's a little problem when the card gets the mobile width (under 500px), the nft and watch icon lose its proportion, to fix that you can set some values to these elements, I'll leave you the example code below, I hope it helps you!
.equilibrium-stats > li > img { display: flex; width: 16px; height: 16px; margin-right: 0.4rem; }
Try it out
0
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