Adjustments to margins and container sizing to match mockup specs.

This commit is contained in:
Dank Gabs 2019-07-19 23:34:15 -04:00
parent 713deb810f
commit b97d23f9e2

@ -20,12 +20,12 @@
flex-wrap: wrap;
justify-content: space-between;
width: 100%;
margin-top: 15px;
margin-top: 20px;
}
.group-card {
display: block;
flex: 0 0 calc(50% - 15px/2);
flex: 0 0 calc(50% - 20px/2);
margin-bottom: 15px;
background: $gab-background-container;
text-decoration: none;