Fix alignment of group cards

This commit is contained in:
Alex Gleason 2019-07-22 15:21:14 -04:00
parent 606a6c7f12
commit 83763d5ec8
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -17,7 +17,6 @@
.group-card-list {
display: flex;
flex-direction: row;
align-items: flex-start;
flex-wrap: wrap;
justify-content: space-between;
width: 100%;
@ -34,7 +33,7 @@
.group-card__header {
overflow: hidden;
img {
pointer-events: none;
width: 100%;
@ -72,4 +71,4 @@
text-decoration: underline;
}
}
}
}