Submitted about 3 years ago
Frontend Mentor | Sunnyside agency landing page | Using SCSS and JS
@carlson142
Design comparison
SolutionDesign
Solution retrospective
Any feedback! (ಥ﹏ಥ)
Community feedback
- @M-KgobePosted about 3 years ago
Your solution looks pretty good, other than the
width
of yourmain
when it goes below1080px
, yourmain
should fit the entire screen thus place awidth:100%;
in the@media screen and (max-width:1080px)
.ohh! and place the
overflowX:hidden
in thebody
, to remove the bottom(horizontal) scroll barMarked as helpful2
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