Design comparison
SolutionDesign
Solution retrospective
Hello
I found difficulties trying to make the component smaller once I finished it so it could be seen normally on big screen devices (like laptops or monitors). I appreciate any advice about it and any other suggestion/recommendation on my code.
Happy coding! Thanks!
Community feedback
- @danielmrz-devPosted 11 months ago
Hello @RPRd001!
Your solution looks excellent!
I have just one suggestion about your code:
- You set this to the
main
tag:
#main { height: 100vh; min-height: 100vh; }
- You don't need to use both. I'm sure that's just a detail that you missed, but use
min-height
instead ofheight.
Usingheight
may cause bugs as well as the content sometimes being cut off on smaller screens.
I hope it helps!
Other than that, you did a great job!
Marked as helpful0 - You set this to the
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