
Design comparison
SolutionDesign
Community feedback
- @codi-AndrePosted 15 days ago
Great work!
Consider using a container strategy so your website does not continue to spread in large screens:
@media (min-width: 640px) { .container { max-width: 640px } }
this way you can control how wide your website will be.
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