Design comparison
SolutionDesign
Community feedback
- @hitmorecodePosted over 1 year ago
Congratulations well done. Just one issue
This is causing the cards not to be equal in width when screen size is 760px. If you remove
width: auto;
this will be fixed.@media (max-width: 760px) { .box { flex-direction: column; width: auto; /* Altere a largura base para 100% */ /* Remova a largura máxima para as boxes se ajustarem */ } }
1@Leone-RicardoPosted over 1 year agoThank you for your comment man! I tried, I don't know how many times (I lost count lol) to get the width of the cards right, that when I remembered to fix it, I had already deployed it... But thanks for giving me a tip!@hitmorecode
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