Design comparison
SolutionDesign
Solution retrospective
I'm having issues with the mobile version, If you have any tips on how to fix it that'll be great.
Community feedback
- @Sudarsh1010Posted over 2 years ago
I saw your code. In mobile version instead of using -grid-template-columns: auto; -grid-template-areas: "one" "two" "three" "four" "five";
try this: -grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
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