Design comparison
Community feedback
- @correlucasPosted over 2 years ago
๐พHello Gvantsa, congratulations for your solution!
Your component is really good the mobile version, you need only to set the
mobile version
. To do that you've to set theflex-direction: column
to put each card flow vertically.Look also that the shadow is a bit strong, try this value instead
.item-container { box-shadow: rgb(0 0 0 / 5%) 0px 5px 35px; flex-direction: column; }
Hope it helps and happy coding!
0@iragvantsaPosted over 2 years ago@correlucas Thank you again, Lucas. I've adjusted the box-shadow settings. As for the mobile version, I do have it. https://drive.google.com/file/d/1hCj7KaUYWWFo-NehGnfq85r5T_FwQQGc/view?usp=sharing
0@correlucasPosted over 2 years ago@iragvantsa Ah okay! Its because the media query takes too much time to get active, note that after 500px your component starts to break before it gets the mobile version, so you can fix it activating the media query a little bit before the component breaks.
0@iragvantsaPosted over 2 years ago@correlucas Yes, I am going to review all the solutions and change the media queries accordingly.
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