Design comparison
SolutionDesign
Solution retrospective
All feedback is welcomed
Community feedback
- @correlucasPosted about 2 years ago
👾Hello @rick881, Congratulations on completing this challenge!
I've just opened your live site and I can say that you did a great job putting everything together! There's some tips to improve your solution:
You 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) { .card .deva { padding-top: 15px; padding-bottom: 10px; display: flex; align-items: center; justify-content: space-between; font-size: 1.05rem; 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