Design comparison
SolutionDesign
Solution retrospective
What specific areas of your project would you like help with?
tips on responsiveness would be appreciated, maybe a particular workflow that would be intereseting to explore in this regard
Community feedback
- @denissejoycePosted 5 months ago
Hey Oscar, good job on completing the challenge 🎉
One tip, I see in your code that you used a media query to style the mobile view, but since you are already following the mobile-first approach per your readme file, you can put these styles outside the media query (so that you'll have them as your default styles) and then you can just override some of these style rules with the media queries for larger viewports.
I found this resource to be helpful!
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