Design comparison
SolutionDesign
Solution retrospective
suggestions
sugerencias
Community feedback
- @Remy349Posted about 2 years ago
For mobile devices it does not look very good, the content is not fully visible and it is because you use "height: 100vh" instead I recommend you to use "min-height: 100vh" it is much better. Also consider adding some margin at the top and bottom, you can add these values in the body element. I hope you find it useful ✌️
I also leave you this link to learn a little more about "min-height ===> https://developer.mozilla.org/en-US/docs/Web/CSS/min-height
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