Design comparison
SolutionDesign
Solution retrospective
Feedback Welcome!
Community feedback
- @hyrongennikePosted about 2 years ago
Hi @quintin156,
Nice job on completing the challenge
You can replace your body rule with the body to remove the horizontal scrollbar and prevent content from overflowing by using
min-height: 100vh
body { min-height: 100vh; margin: 0; font-family: "Overpass", sans-serif; }
Marked as helpful0
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