Design comparison
SolutionDesign
Solution retrospective
I don't know if I'm using media queries correctly. Should I be building the bulk of my CSS for mobile purposes, and then creating a media query with the necessary changes to the CSS for desktop view? Or should I have individual queries for each?
I'm not sure I've implemented the desktop to browser switch effectively.
Community feedback
- @perezjprz19Posted almost 3 years ago
That's they way I do it, at least. I build all my code for mobile and then start increasing my viewport width slowly. When things start to look weird, I tweak my code and add media queries of necessary.
Marked as helpful0
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