Design comparison
SolutionDesign
Solution retrospective
I really need an explanation on how to do the mobile design, please I would appreciate a detailed explanation
Community feedback
- @HatimHJPosted about 2 years ago
media (max-width: 375px){ .container {
grid-template-columns: 1fr; // add this to the container
}
.images {
grid-row: 1; // this to the image
}
//or .text-box { grid-row: 2; // this to the text }
}
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