Responsive card component

Solution retrospective
I'm still struggling with responsiveness. Is it done well? What can I improve?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @correlucas
👾Hello Kmnkat, congratulations for your solution!
Your solution seems pretty great and is really flexible/responsive.
I saw that you've used
overflow: hidden
and was a good choice, but note that in the mobile version when the screen scales down, some text info starts to get cropped due this overflow property.You need also to work a bit the
padding
between the text elements, you can manage all these text elements + button, using a single property inside the containerrow-gap
and you can set a value around24px
to space all the elements together.Hope it helps and happy coding!
Join 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