Design comparison
SolutionDesign
Solution retrospective
I made this using SCSS.
Please come with feedback. There's most likely something I could have done differently :)
Community feedback
- @NDOY3M4NPosted over 2 years ago
Hi there. Great work on this challenge. I think you used the features (nesting mostly) correctly. Now there are some things in the design that you forgot.
On mobile, because of the
height: 100vh
on themain
the content is not showing properly. To fix this issue, you could replace that property withmin-height: 100vh
so that themain
will only fill up the minimum space needed.You could also add some vertical padding on mobile.
Happy coding 🎉️
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