Adjust bottom margin of group cards to match mockup specs.

This commit is contained in:
Dank Gabs 2019-07-22 21:10:11 -04:00
parent 9752de6a3e
commit f7ca5f28df

View File

@ -27,7 +27,7 @@
display: block;
flex: 0 0 calc(50% - 20px/2);
@include gab-container-standards();
margin-bottom: 15px;
margin-bottom: 20px;
text-decoration: none;
overflow: hidden;