Submitted about 2 years ago
huddle-landing-page-with-single-introductory-section
@Luis-Olivero
Design comparison
SolutionDesign
Solution retrospective
Any suggestions on how to make the responsiveness better?
Community feedback
- @DavidMorgadePosted about 2 years ago
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 helpful0
Please log in to post a comment
Log in with GitHubJoin 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