Design comparison
SolutionDesign
Community feedback
- @Y-ashbhattPosted 4 months ago
Hello!
Congratulations on completing this challenge.
I can't open your code, your Github link seems to be not working. You should check it.
And I also have a suggestion for you:
- In your Media Query you have set
max-width :328px
. But 328px is too small even in style guide it has width of 375 px.
For some common breakpoints for widths of devices:
- 320px — 480px: Mobile devices
- 481px — 768px: iPads, Tablets
- 769px — 1024px: Small screens, laptops
- 1025px — 1200px: Desktops, large screens
- 1201px and more — Extra large screens, TV
Hope it helps.
0 - In your Media Query you have set
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