Design comparison
SolutionDesign
Community feedback
- @mattstuddertPosted over 5 years ago
Nice work on this challenge. The desktop version especially looks great! 👍
I'd recommend having the mobile breakpoint at a larger screen size than
375px
, because at the moment anyone looking at it on a smaller screen but larger than375px
(376px
for example) sees squashed content.Also, for your next project try giving using
min-width
media queries a go instead ofmax-width
they have a number of benefits, including loading in fewer styles for mobile users.I hope those pointers help. Keep up the great work!
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