Design comparison
SolutionDesign
Solution retrospective
hey, I hope you can review my project, thank you
Community feedback
- @correlucasPosted about 2 years ago
πΎHello Fernando Leon, congratulations for your new solution!
Your solution is great, I've one suggestion only about the column with the text, to give more padding between the elements. You need to apply this property
justify-content: space-around;
to create a better gap betwen the text content, see the fixes below:.pb-5 { display: flex; padding-bottom: 1.25rem; flex-direction: column; justify-content: space-around; }
π I hope this helps you and happy coding!
Marked as helpful0
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