huddle-landing-page-with-single-introductory-section

Solution retrospective
Any suggestions on how to make the responsiveness better?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @DavidMorgade
Hello Luis, congrats on finishing the challenge, you are improving a lot since the last challenge I did give feedback to you, nice work!
The responsiveness of the general layouts seems good for me, one little thing that I would probably change is the social media icons, it seems that they are not correctly centered, you can archieve it by using flex on your
i class='social__icon'
, try adding:.social__icon { display: flex; align-items: center; justify-content: center; }
Apart from that, really good job with the semantics!
Hope my feedback helps you!
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