Design comparison
SolutionDesign
Solution retrospective
What are the standard breakpoints? I only added 2 breakpoints, and I think the hero image is a bit big when I switch flex-direction. Any thoughts?
Community feedback
- @ozzy1136Posted about 2 years ago
Your finished project looks good! For the hero image, setting a max-width in CSS will work just fine. As for the breakpoints, you should only use media queries when you absolutely need to (i.e. when the page styles break). Using responsive units (e.g. vw, vh) and the CSS math functions min(), max(), and clamp() can help to cut down on the need for breakpoints.
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