Design comparison
Solution retrospective
Hey Community!!! Any improvement needed?
Community feedback
- @visualdennissPosted over 1 year ago
Hello there,
Congrats on completing the challenge! It looks like there are few issues with the container, especially when resizing. The image seems to shrink down a lot and eventually disappear. You can prevent that by adding some min-width. Also you seem to use body { height: 50vh;}, but you should never do this as this will cause the layout to break unintendent ways and sometimes might cut part of the pages and result in data loss. Use min-height: 100vh instead, and try to adjust the page contents in a way so it works with that.
Hope you find this feedback helpful!
Marked as helpful1
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