Design comparison
SolutionDesign
Solution retrospective
Please, provide feedback
Community feedback
- @correlucasPosted about 2 years ago
👾Hello Vincenzo, congratulations for your new solution!
🎯 Your solution its almost done and I’ve some tips to help you to improve it:
To improve your component overall responsiveness, something you can do its to can create a media query to save space in the
pricing section
to make each information in a different row. Here’s the code for this media query.@media (max-width: 350px) { .flex { align-items: center; display: flex; gap: 1rem; flex-direction: column; } }
✌️ I hope this helps you and happy coding!
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