@correlucas
Posted
πΎHello again Jerry, congratulations for your new solution!
In this challenge you don't need to make so many media queries for the component desktop, if the cards are responsive they'll scale with the screen. So you can remove the media queries and let only the one for the mobile version.
For the mobile version you can let the cards grow 100% of the screen less the margins. This will give your solution a better aspect for both mobile and desktop version.
For the cards, they need to be more rounded so you can use a value around border-radius: 14px;
π I hope this helps you and happy coding!