Grid layout

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 .
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Andrii-Rohov
Hi, mobile version is super easy. Just change display:grid to display: flex and flex-direction: column; and its done
Marked as helpful - P@palgramming
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 helpful
Join 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