Design comparison
Solution retrospective
Your feedback is appreciated..
Community feedback
- @mattstuddertPosted almost 5 years ago
Awesome work, Mohammed! The desktop layout looks good and you've structured your code really well. The one thing I'd recommend is to review the breakpoint. At the moment, you're breaking to the mobile layout at
400px
, which means that anyone on a screen of401px
up to a small tablet sees a horizontal scroll bar because the content doesn't fit the screen. Ideally, your content would be at an optimal layout regardless of the screen size.Keep up the great work! 👍
1 - @Moha-99Posted almost 5 years ago
Thanks for the feedback and your kind words, it means a lot to me, I will do my best to solve the breakpoint problem.
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