Update _card.scss #341

Closed
chickenpie347 wants to merge 1 commit from patch-2 into master

View file

@ -126,6 +126,7 @@ $height-card-small: $spacing-vertical * 15;
vertical-align: top;
display: inline-block;
margin-right: $spacing-vertical / 3;
transition: all .1s ease-in-out;
}
+ .card-row {
margin-top: $spacing-vertical * 1/3;
@ -144,4 +145,4 @@ $height-card-small: $spacing-vertical * 15;
}
.card-row__header {
margin-bottom: $spacing-vertical / 3;
}
}