Design comparison
SolutionDesign
Solution retrospective
I am having problem in writing code for mobile design.Please guide me with the same.
Community feedback
- @GerbenDolPosted over 4 years ago
Hey Rajiv! I'd suggest for your next challenge you also look into mobile first development. This way your default layout is working for mobile and with the use of min-width breakpoints you'll add more complexity to the layout to make columns and stuff like that!
0 - @MarkoNikolajevicPosted over 4 years ago
For the mobile design, you can wrap your main content in a container wrapper and the use media query for the right viewport.
@media screen and (max-width: 767px)
for the mobile and use display grid or display flex.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