Design comparison
SolutionDesign
Solution retrospective
I have not done for mobile view. Could you tell me why we need to use grid-template-columns for this project ? Because when I don't use I cannot put these box at position I want .
Community feedback
- @Andrii-RohovPosted over 3 years ago
Hi, mobile version is super easy. Just change display:grid to display: flex and flex-direction: column; and its done
Marked as helpful0 - @palgrammingPosted over 3 years ago
you could try
grid-template-areas
to control each card betteralso the daniel and patrick user icons should have a purple border around them
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