Testimonials Grid Section using CSS Grid

Solution retrospective
I am proud that I am successful in creating this project
What challenges did you encounter, and how did you overcome them?Faced challenges while designing for mobile screensize.
What specific areas of your project would you like help with?On mobile screensize, I am still not able to center all the testimonials. Any feedback guidance is highly appreciated.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @ShoaibShuja
Try and set the main's
grid-template-columns: repeat(1, 1fr);
and also do the same for rows and if it didn't work try adjusting the size of each section element simultaneously.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