Design comparison
SolutionDesign
Community feedback
- @correlucasPosted about 2 years ago
👾Hello @mmiskiewicz99, Congratulations on completing this challenge!
Great code and great solution! I’ve few suggestions for you that you can consider adding to your code:
To improve your component overall responsiveness, something you can do its to 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) { .details { display: flex; padding-left: 1.5rem; padding-right: 1.5rem; padding-bottom: 1rem; justify-content: space-between; flex-direction: column; align-items: center; } }
✌️ 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