Design comparison
SolutionDesign
Solution retrospective
Feedback welcome!
Community feedback
- @tedikoPosted over 3 years ago
Hello, John Norman! 👋
Congrats on finishing another challenge! Here are few suggestions from me:
- Add some
max-width
to yourmain
container so your container doesn't stretch too much on bigger resolutions before it switch to desktop. (f.e. check 1085px width resolution).max-width: 700px; margin: 5.5rem auto 1.5rem auto;
would be fine.
Good luck with that, have fun coding! 💪
1 - Add some
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