Design comparison
Solution retrospective
I am having trouble to make the grid responsive any suggestion regarding that is appreciated. Thank You.
Community feedback
- @grace-snowPosted almost 4 years ago
Hi, I'm viewing on mobile so this is all really scrambled for me. Take another pass at it and add some mobile friendly styles.
And for your next challenge, I'd strongly recommend you start with the mobile layout first. That will give you a really nice base to start from, and you can put the changes needed for larger screen layout in a min-width media query.
Mobile first is standard industry best practice and will keep your code shorter and more maintainable in larger projects.
I hope that's helpful, upvote if any comments are helpful. Keep coding and learning ☺
4@jarihant701Posted almost 4 years ago@grace-snow I didn't think about that to start with mobile first layout for next projects I will surely start with mobile first approach. Thank You for your suggestion.
1 - @abhik-bPosted almost 4 years ago
Happy New Year Arihant 👋
Great job on this challenge , it looks great on desktop
** Just a opinion ** create some
media-queries
for small screens and then useflex-direction:column
, This can fix the issue of responsive gridHappy Coding 😇 & Keep contributing these amazing solutions 🚀
2@jarihant701Posted almost 4 years agoHappy New Year to you too. Thank You for your suggestion I will add media queries to my new projects so that it can be responsive. :)
1
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