Responsive testimonials grid section

Solution retrospective
honing my SASS/SCSS skills! I will definitely write smaller blocks since the .testimonials block is too big and has too many nested blocks.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Puermuta
Looks good! I recommend to have the grid container centered as well. this can be done by for example using flexbox:
html { display: flex; align-items: center; justify-content: center; }
Works like a charm.
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