Skip to content

Instantly share code, notes, and snippets.

@lydemann
Created November 17, 2018 17:50
Embed
What would you like to do?
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