Design comparison
SolutionDesign
Community feedback
- @DigitaleWeltLibraryPosted 12 months ago
Hey, good solution.
You don't need
media queries
instead usewidth: min(90dvw, 350px);
and keep yourCSS
shorter..card{ width: min(90dvw,350px); }
Happy Coding 😉
Marked as helpful0@harshalslimayePosted 12 months ago@DigitaleWeltLibrary Thanks for letting me know! I'll keep that in mind for next time.
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