cards.component.scss
.cards-wrapper { | |
display: flex; | |
flex-wrap: wrap; | |
flex-direction: row; | |
} | |
.card-item { | |
min-width: 280px; | |
margin: 5px; | |
flex-basis: 280px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment