Design comparison
SolutionDesign
Solution retrospective
I Couldn't show the eyes icon on hover
Community feedback
- @correlucasPosted about 2 years ago
👾Hello @hormakery, Congratulations on completing this challenge!
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) { .jkWZTR { display: flex; margin-top: 15px; margin-bottom: 15px; -webkit-box-pack: justify; 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