Design comparison
SolutionDesign
Community feedback
- @FocusCookiePosted about 3 years ago
There is an issue with the centering on smaller screen than the one from the designs. Instead of using margin auto on left and right you should use
display:flex; justify-content:center; align-items:center;
Marked as helpful0
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