Design comparison
SolutionDesign
Community feedback
- @correlucasPosted about 2 years ago
πΎHello Pettik, congratulations for your new solution!
π Nice solution and nice code! I can see that you paid a lot of attention to your code/design. If you donβt mind Iβve some tips for you:
You can create a media query to make the icons after 320px stop to scale down and make them goes to different rows and fit better the container.
@media (max-width: 320px) { .left--boxes ul { display: flex; gap: 20px; align-items: center; justify-content: center; } }
βοΈ I hope this helps you and happy coding!
Marked as helpful1@pettikPosted about 2 years ago@correlucas Hi Lucas π, thank you for checking my code so detailed. I always appreciate your time and your advices ππ
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