Design comparison
SolutionDesign
Solution retrospective
For your opinion. Thanks a lot for your feed back.
Community feedback
- @aUnicornDevPosted over 3 years ago
There is an initial margin which can be removed using
*{ margin:0 }
at the top of your stylesheet.
A horizontal scrollbar appears below 920px due to the
#section-2 img { margin-top: 100px; max-width: 100vw; }
Reduce it to 90-95vw and the content won't overflow.
Marked as helpful1@KeldanePosted over 3 years ago@aUnicornDev I've forgot the initial margin:0 Thanks for the tip about 95vw !! I didn't seen the scrollbar with m'y tests. Thanks
0
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