Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
n/a
What challenges did you encounter, and how did you overcome them?n/a
What specific areas of your project would you like help with?n/a
Community feedback
- @Carson-HaskellPosted 3 months ago
Hey, great job! Consider changing the width of the
grid-container
towidth: min(95%, 70rem)
. Also, try changinggrid-template-columns: 20rem 20rem
togrid-auto-columns: 1fr
. Reason is because, if you enter responsive design mode on your browser and shrink it down, there's a certain width where it doesn't switch to mobile layout, but it stops shrinking--it just gets cut off. I think changing those two properties will help solve the problem. Also maybe adjust your media query breakpoint to like 768px or something that it breaks sooner!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