
Solution retrospective
I didn't make a media query for bigger screens because the component still looked good when I was testing for responsiveness. Is that okay? Or should I've made 2 media queries?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Kemystra
Congratz for completing the challenge!
Note that "bigger" screen here means higher resolution. Smartphone nowadays were shipped with HD displays that fit in your palm.
I tested your site on Redmi 10 and iPad Mini 4 and it's holding up to the task. A fixed size container like what you made here is enough.
So nope, unless if the layout needs to be changed significantly on bigger screen, you don't need another media query.
Marked as helpful
Join 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