Design comparison
SolutionDesign
Solution retrospective
I make In the media max-width: 1199px but the media only work at 960px I don't know why it doesn't work well
Community feedback
- @JonMStevensPosted about 3 years ago
I think you're missing the 'and' keyword on your media query. Your styles in the media query work for me when I edit line 67 in main.css to be:
@media screen and (max-width: 1199px) {
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