Four Card Feature Section

Solution retrospective
I had this odd thing happening where there was excess white space outside of the body/html. I couldn't figure out what was causing it but it went away after fiddling a little bit. Any insight to that would be great, along with anything else you'd like to add.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @kenreibman
I would set
min-height: 100vh
for thebody
which might help with your "excess white space."I'm not sure what your code looked like during that time so I'm not able to give you proper feedback on it, but great job on the overall project!
Marked as helpful - @smccourtb
Thanks Ken, I have no idea what it was! i added the overflow-y: hidden and that worked but for the mobile side i had an overflow-x problem where setting to the hidden property didn't do anything. it may be worth noting I was seeing this in the developer tools in Firefox under the responsive tab. If i was just looking at the page it was fine without it, it was fine.
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