Design comparison
Solution retrospective
I think the breakpoint 375px doesn't make that much sense, so I modified the responsive behaviour a little bit to get the best result.
Community feedback
- @visualdennissPosted over 1 year ago
Hallo Julian,
great job with the challenge. Regarding breakpoints:
The 375px, 768px and 1440px in designs don't mean that these are the breakpoints, but instead they just tell how it should look like at that viewport-size. You can set a breakpoint to 400px, 500px, or wherever you need.
Your app should look good between as low as 280px or 320px at least and as high as 2500px. The given designs show how the app should exactly look like on 375px and 1440px screens, but it is best to have a good and responsive layout for anything between the range of 320px and 2500px. Basically you shouldn't only be coding for 375px and 1440px. Hope this clarifies. So it is great that you have used different breakpoints according to your needs
Hope you find this feedback helpful!.
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