Design comparison
SolutionDesign
Community feedback
- @afaiz-spacePosted about 2 years ago
hey @Andy-Esm
- remove
align-items: center;
also add border-radius in the .wrapper class. - remove padding: 0 3rem 0 0; from the .card__text class.
- maybe no need
.card { /* display: flex; */ /* min-height: 40rem; */ /* max-width: 33%; */ /* flex-direction: column; */ padding: 4rem; }
in the card class
Marked as helpful0 - remove
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