
Design comparison
Solution retrospective
This is my first challenge here.
What challenges did you encounter, and how did you overcome them?I am not able to cope with the footer shifting left when the viewport width is under 320px.
What specific areas of your project would you like help with?I’m quite frustrated with the footer shifting to the left when the viewport is narrower than 320px. So far, I haven’t found any solution other than changing the display property from flex to grid, which would allow me to control the layout more easily. However, I believe there must be a simpler solution.
Community feedback
- @KapteynUniversePosted about 1 month ago
Below 320px doesn't really matter but the problem is you used fixed width values on main and img, they are overflowing under that threshold
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