Design comparison
SolutionDesign
Community feedback
- @ricoomPosted almost 2 years ago
Hello Eduardo, Congratulations on completing this challenge. I have noted the app is not responsive in small devices. You can use media query to adjust the size of the card for screens with width less than 375px.
@media only screen and (max-width:375px) {
}
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