Flexbox, Grid, BEM

Solution retrospective
..
What challenges did you encounter, and how did you overcome them?..
What specific areas of your project would you like help with?..
Please log in to post a comment
Log in with GitHubCommunity feedback
- @KapteynUniverse
Hey Emerson, nice job.
I see you applied some padding at different media queries to prevent this a little but on big screens Img__display overly stretch and cropped inside its container. Probably at this stage it will cause issues but i recommend you to wrap the content inside header, body etc. and give it a max-width and margin value for next time. Right now, i guess you can remove that paddings and use something like this
body { width: 90%; max-width: 75rem; margin: 0 auto; }
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