Design comparison
Solution retrospective
Kindly give recommendations
Community feedback
- @Yashasvi2704Posted over 3 years ago
Hi @@multidamsy,
There are a few minor issue I could spot.
1.On changing responsiveness, some cards have different heights do to the difference in content of each card.
2.The button size on mobile is HUGE . You can make it consistent with the previous button.
Different Height Card Fix.
1.You know flexbox as you used it in you cards. You could use it in the card(
.box-1, .box-2,.box-3
) itself to line up the items vertically .. 2. Instead of of having
padding :5%;
overall, you can just have an defined height for your.box
element and vary the padding between the elements.(you can visit my solution if you wanna do that way.)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