
Design comparison
SolutionDesign
Community feedback
- P@jayco01Posted 9 days ago
I noticed an issue with your project where the grid doesn’t seem to fill up the entire screen on smaller resolutions. It only fills up the left side of the screen instead of stretching across the full width.
Potential reasons why:
- Grid Columns Setting You are using grid-template-columns: repeat(4, 1fr); which is not adjusting properly for smaller screen sizes.
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