Design comparison
SolutionDesign
Community feedback
- @correlucasPosted about 2 years ago
👾Hello Melany, congratulations for your new solution!
Your NFT card is almost finished, but not that the container is growing too much, to avoid this behavior you need to give the container a
max-width
to set the maximum the container can grows.See the code fixes I did for you below:
.card-container { margin: 0 auto; max-width: 340px; }
👋 I hope this helps you and happy coding!
Marked as helpful0@melmlnPosted about 2 years ago@correlucas Thanks! It was very helpful ☺️ I'll solve that!
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