Design comparison
SolutionDesign
Community feedback
- @porumbachanovPosted 4 months ago
Hi there, I noticed that the responsiveness breaks at 712px. I would suggest changing the flex direction to
column
instead ofrow
so that it doesn't look weird. Also I see you are using absolute units (px), it is best practice to use relative units likerem
to avoid sizing issues on different screens, also it is the standard for responsive design. 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