Design comparison
SolutionDesign
Solution retrospective
When making responsive sites, is it recommended to have a min-width set on the mobile layout?
Community feedback
- @kudos2ShefPosted over 1 year ago
Hi @cheljee-mangulabnan,
It is not necessary to set min-width if the contents are purely to provide a desirable user experience on mobile devices. But you might have to add a media query to larger devices if the contents are to be viewed by devices like laptops or tablets .
Also, you forgot to add background-color in the body segment.
body{ background-color : var(--clr-neutral-400); }
Hope it helps.
Marked as helpful0@cheljee-mangulabnanPosted over 1 year agoHello @kudos2Shef,
Thanks for the feedback! I'll be sure to change the background-color.
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