Design comparison
Solution retrospective
I cannot get rid of the pink line inside the image div on the mobile version, how can I do that? I also have some scaling issues. Any other feedback is very welcome too :)
Community feedback
- @akselCoderPosted over 3 years ago
Hi Eren! I review your code and on the mobile part (I get that you had a mobile-first approach) I did the following:
.image { display: inline-block; width: 50%; height: 60vh; /*This "erase" the pink line, the problem is that it also modifies the desktop-design approach apparently, even having set a max-height property on the .image tag */
}Sorry if I couldn't help more
0@gerrooPosted over 3 years ago@akselCoder thanks for the feedback. I perhaps need to look into the display property a little bit more. :)
1
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