Design comparison
SolutionDesign
Solution retrospective
Feedback Appreciated!!
Community feedback
- @martinelias1312Posted almost 3 years ago
Hello @DummyKen, from 376px to 655px cards are on each other.
This is the problem and should be changed:
.cards .push { transform: translateY(110px); }
Media querie with max-width 975px andtransform: none;
at this px should fix this prob.And i suggest using more relative units (em, rem...) instead of px. Article here.
Anyways goo job and hope this helps.
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