Design comparison
Solution retrospective
This is my fourth challenge, I think this was the easiest of all cause I got some practice from my last submitions. Any feedback is wellcomed!!!
Community feedback
- @imadvvPosted over 2 years ago
Greeting Manuel Bacallao Perez, congratulations for completing your challenge!
just to fix that shrinking on the image you can add
flex-shrink: 0;
to it.example fix.
.desktop-image { width: 50%; flex-shrink: 0; }
and that should fix it.
Hope this help!!
Happy Codding, and have a Good Day/Night
Marked as helpful0@CoderKnight02Posted over 2 years ago@imadbg01 Hey that was fantastic, I had no idea what was making it look like that. Thaks a lot!!!!
1@imadvvPosted over 2 years ago@CoderKnight02 You're Welcome my friend, I feel you bro, I was facing the some problem before, you can check out this arcticle By Blair Wadman, Hi Give a great explanation to this.
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