Social links solution using CSS Flexbox

Solution retrospective
Nothing to say
What challenges did you encounter, and how did you overcome them?The `` tag wasn't utilizing all available space because I had align-items: center
in the flexbox. Simply removing it and applying align-self: center
to the image resolved the issue."
Any suggestions to improve would be appreciated
Please log in to post a comment
Log in with GitHubCommunity feedback
- @TorHamm
Good work!
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