Design comparison
SolutionDesign
Community feedback
- @PatrickLee22Posted over 1 year ago
Hello there 👋. Congrats on completing the challenge!
I've noticed a small glitch with application. It seems you've set the
max-width
of the body to1440px
. As a result, thecontainer
and its child elements are not centred if the browser width is larger than 1440px. If I can make a suggestion, setting the max-width to100vw
or100%
should resolve this issue.Marked as helpful0@AlekberliSPosted over 1 year ago@PatrickLee22 Hello, thanks for suggestion .I didn't notice that situation .
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