Design comparison
SolutionDesign
Solution retrospective
Wasn't able to find the icons for social media.
Please suggest any other changes I could make.
Community feedback
- @hyrongennikePosted about 2 years ago
Hi@neilk17,
Congrats on finishing. I believe you should have used something like a font library to add the icons the links are in style guide if I'm not mistaken.
On mobile set the dashboard image to the following as it is rather small.
.dashboard { width: 90%; margin: 5rem 0; }
The icons are also slightly off center that due the default padding that comes with the ul element, doing the following should center the social icons on both desktop and mobile.
ul { padding: 0; }
Let me know if you have any other questions.
0
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