Design comparison
SolutionDesign
Community feedback
- @kodan96Posted 6 months ago
hi there! ๐
Because of the way you set up your
@media
querie:@media only screen and (min-width: 375px) and (max-width: 1440px)
your website doesn't have any styling above 1440px. just remove the
and (max-width: 1440px)
part and you'll be fineHope this was helpful ๐
Good luck and happy coding! ๐ช
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