Created
November 17, 2018 17:50
-
-
Save lydemann/ef2fe6774359b602e16caf47704c1ace to your computer and use it in GitHub Desktop.
cards.component.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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