
Responsive Landing Page using Flexbox
Design comparison
Solution retrospective
I'd like to ask for feedback as to why my footer mobile navigation is not being aligned to the left despite using text-alignment for it
Community feedback
- @mukwende2000Posted almost 2 years ago
Its because of the container which has justify-content: space-between, you have to remove it and it will be aligned to the left, but then you will have to find a way of spacing everything out. You can probably use gap.
Marked as helpful0@tuhamworldPosted almost 2 years ago@mukwende2000 Thank you for pointing this out. It was definitely the main issue. WIll look into it and find a way to fix it.
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