Design comparison
SolutionDesign
Solution retrospective
I'm still having a hard time making a footer. The mobile view of my footer is not like the original design.
Community feedback
- @dpineda64Posted over 4 years ago
Hi camsmy you can try align the elements of the footer to "start" and removing the left padding of the ul
.footer-flex { align-self: start; }
and.footer-flex > ul { padding-left: 0;}
1
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