Responsive Landing Page using Grid and Flexbox

Solution retrospective
I have problems with making the width 100vw for the smaller screens. It is showing an unnecessary white space for the smaller screens.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @brasspetals
Hi, Jeremiah! 👋
Adding
overflow-x: hidden;
to yourmain
should fix your white space issue on mobile.
Join 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