Design comparison
SolutionDesign
Community feedback
- Account deleted
Hello Erick, I hope everything is going well with you. In this design, you switch the mobile design to view on the desktop instead of mobile. So what you need to do is to change this line of code this what you wrote @media screen and (min-width: 768px).
And this is the right one. @media screen and (max-width: 768px)
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