quick fix to see if people will stop complaining about cards not lining up

This commit is contained in:
Sean Yesmunt 2020-01-20 14:38:15 -05:00
parent be84f73387
commit d256d9eac1

View file

@ -323,6 +323,7 @@
font-weight: 600;
font-size: var(--font-small);
color: var(--color-text);
min-height: 2.5rem;
@media (max-width: $breakpoint-small) {
font-size: var(--font-xsmall);
@ -351,5 +352,10 @@
.claim-tile__about--channel {
@extend .claim-tile__about;
flex: 1;
flex-direction: row;
justify-content: space-between;
align-items: center;
height: 2.1rem;
font-size: var(--font-body);
}