3-Column previous module completed with HTML and SCSS

Solution retrospective
This was quite a simple one. Pretty happy with this. I didn't really pay any attention to tablet, so just judge on mobile and desktop!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @pikapikamart
Hey, great work on this one. Layout both desktop and mobile is good and responds very well.
A little suggestions would be that:
-
Like what AbePlays said, there is this scrollbar. You can fix this by removing the
width: 100vw
on yourwrapper
selector.width: 100%
is much better since it occupies available screen width andvw
doesn't really account the edges or notch. -
Adding a padding to the top and bottom of the body so that when inspected, it doesn't touch the ceiling and flooring of the screen.
Really good job on this ^^
-
- @AbePlays
It look's amazing. However, there's some horizontal scrolling at smaller screen.
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