Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
now this time I am improve my coding style
What challenges did you encounter, and how did you overcome them?make the grid
What specific areas of your project would you like help with?css
Community feedback
- @XavOliPosted about 2 months ago
Amazing job! I would recommend changing your media query so that your card doesn't take the full width when using on mobile. It could likely be done as setting the width to some section of the viewport in the query you already created. Generally, the max-width for that query would be 768px from the information I was able to find. At least that's how I was able to do it in an earlier project, hopefully it works for you too!
@media screen and {min-width: 768; .container{ width: 90vw; } }
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