
Design comparison
SolutionDesign
Community feedback
- @YacoubDweikPosted 6 months ago
Hey Surgey!
Well done! just here for Mobile, you design overflows below 375px so you can instead of giving min-width and max-width you can just use this property:
- width: min(90%,375px)
this is gonna choose the min value to be the width and this way your design is gonna be responsive, also I'd say that you should have some paddings cuz it's almost zero for Mobile screens.
Keep it up!
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