Design comparison
Solution retrospective
Solution to my second challenge, all feedbacks are welcome.
Community feedback
- @thisisharsh7Posted about 2 years ago
Hey Trvan, Well done! your solution seems to be perfect but there is one thing which can improve your solution to next-level i.e. when user lowers the
width
of the screen from360px
, content started to cut which may seem unresponsive to him/her so you can addmedia only screen and (width<=410px){ body{ justify-content: flex-start; }
to your existing code and see the change..hope this works fine..
0@69kwan69Posted about 2 years ago@thisisharsh7 Thank you for your feedback! By the way, can you explain why did you choose the
410px
for any specific reason? If I understand your idea correctly, then shouldn't it be350px
to match the width of the card in mobile screen?0@thisisharsh7Posted about 2 years ago@69kwan69 There is no any specific reason I choose it because from that width content started to shift towards one side more thus to maintain equal spaces on both sides I choose
410px
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