Design comparison
SolutionDesign
Solution retrospective
Can't make the footer stay down in mobile.
Community feedback
- @rfilenkoPosted over 4 years ago
Hi Abigail, you can use flexbox technique to put footer always at the bottom. Check my solution for this challenge. Also try not to use position:absolute for putting elements inside layout. So small fixes for you:
- align icons;
- properly set body style to disable overflow { min-height: 100vh; width: 100%; };
Try to fix those, Roman
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