Design comparison
SolutionDesign
Solution retrospective
Hello, I am not sure if the grid design I did is best practice. I excluded the header and only make the main section a grid with below settings:
grid-template-columns: repeat(3, 1fr); grid-template-rows: 30vh 1fr 1fr;
and then I adjusted the grid with media queries, is there a better way to handle this?
Thank you :)!
Community feedback
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