Design comparison
SolutionDesign
Community feedback
- @imadvvPosted about 2 years ago
Greeting Suzanne!! Congratulations on completing Your challenge!, 👏👏👏 well done.
just to fix that shrinking on the image you can add
flex-shrink: 0;
to itcard-image { object-fit: cover; height: 460px; width: 50%; flex-shrink: 0;
and that should fix it,
over all, Happy Codding, and Have a Good Day
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