Skip to content

Instantly share code, notes, and snippets.

@lydemann
Created November 17, 2018 17:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lydemann/ef2fe6774359b602e16caf47704c1ace to your computer and use it in GitHub Desktop.
Save lydemann/ef2fe6774359b602e16caf47704c1ace to your computer and use it in GitHub Desktop.
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