Design comparison
SolutionDesign
Solution retrospective
I had really hard time in fixing my mobile view layout, because it overflows horizontally, I've tried to over-flow-x:hidden but still there is over-x white spaces, I've tried to over-flow-x:hidden in the mobile media query but still does solve the problem,
Until i've put the
- { margin:0; padding:0; box-sizing: border-box; } in the @media all and (min-width: 0px) and (max-width: 480px) then BOOM the over spaces has gone ...
Estimated time to finished : 1hour Finished in : 2hours 30minutes
Community feedback
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