Design comparison
SolutionDesign
Community feedback
- @ShoaibShujaPosted 5 months ago
Amazing job my friend but unfortunately you forgot to create and implement a design for smaller devices such as mobile phones so using @media screen and (max-width: 650px) will definitely work for smaller devices. This might help your code: @media screen and (max-width: 650px) { .card { min-width: 85%; min-height: 80vh; } } Have a beautiful day.
Marked as helpful1
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