Update cards to use gab standard container properties.

This commit is contained in:
Dank Gabs 2019-07-19 23:56:23 -04:00
parent 20c36b1e94
commit e008cb292a

@ -27,10 +27,9 @@
.group-card {
display: block;
flex: 0 0 calc(50% - 20px/2);
@include gab-container-standards();
margin-bottom: 15px;
background: $gab-background-container;
text-decoration: none;
border-radius: 10px;
overflow: hidden;
.group-card__header {