Mobile first development with Sass

Solution retrospective
Feedback welcome!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @tediko
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! 💪
- Add some
- @norman02
Thanks for the feedback!
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