Open Issues Need Help
View All on GitHub Landing page unusable on mobile devices 4 days ago
AI Summary: The landing page is currently unusable on mobile devices due to several structural layout issues, including image overflow causing horizontal scrolling, a rigid flexbox layout, background color inconsistencies, and fixed container margins that leave insufficient usable width. The proposed solution involves using `flex-wrap` and responsive padding to make the page readable and functional on smaller screens.
Complexity:
2/5
bug enhancement good first issue