Design comparison
SolutionDesign
Solution retrospective
Beginner. Any feedback will be appreciated...
Community feedback
- @ConradMcGrifterPosted over 3 years ago
overall not bad. a couple things I think you should change would be to make the media query for mobile happen at around 850px. right now it is switching to mobile at 1440px which is too big. also try setting a max-width on your container. right now its width is 100% so it is expanding the grid to fill the screen. try "width:100%" + "max-width:1200px" to start and play around with it
Marked as helpful1
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