quick fix to see if people will stop complaining about cards not lining up
This commit is contained in:
parent
be84f73387
commit
d256d9eac1
1 changed files with 6 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue