Design comparison
SolutionDesign
Community feedback
- @HassiaiPosted almost 2 years ago
Reduce the max-width value of the media query, so larger screen sizes can see your desktop design.
@media only screen and (min-width: 375px) and (max-width: 500px) { }
instead of @media only screen and (min-width: 375px) and (max-width: 1440px) { }. .in the desktop design give .img a width of 50% and .details a width of 50%. in the media query, give them a width of 100%.
Hope am helpful.
Well done for completing this challenge. 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