Responsive Page using CSS GRID

Solution retrospective
I had a problem with aligning the little icons beside the text on the right side , so if anyone could help, id be open to that and also , im totally open to feedback and criticism , thats how to learn anyway
Please log in to post a comment
Log in with GitHubCommunity feedback
- @lrobb95
Hello!
Congrats on completing this project! I see you’re wondering how to center the icons and everything else on those lines. One thing I’d recommend trying is making the .smallspace div like this.
Let me know if this helps!
.smallspace { display: flex; align-items: center; }
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