Four card feature section using css grid

Solution retrospective
Tell me if i did something wrong,any feedback is welcome, tks you so much ^^!
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@jakegodsall
Hi 👋
Well done with this. It looks really good in both mobile and desktop viewports! However, with very large viewports the three columns become very spread out. I would recommend adding a fixed-value
max-width
to the<main>
element that wraps the entire layout. That way you won't have this spread..main { max-width: 1600px; }
Hope this helps 😁
Marked as helpful
Join 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