
Design comparison
SolutionDesign
Community feedback
- @NitiemaDevPosted 4 days ago
The image in your solution is distorted, and the responsive design doesn't match the proposed design.
I suggest removing the padding from the main element on your page and adding it to #overview.
For the image, add this code to its style:
main img{ width: 100%; height: 50vh; border-radius: 25px; object-fit: cover; }
Try it and let me know if it works.
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