Design comparison
SolutionDesign
Community feedback
- @alekseihyattPosted 8 months ago
I suggest you to move .Main-container { width: 40%; } to media query @media screen and (min-width: 560px) {
.Main-container { width: 40%; } }
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