[LIGO-94] fix alignment of cards
This commit is contained in:
parent
e77c811372
commit
54a13b8ec5
@ -487,7 +487,7 @@ body
|
||||
justify-content: space-around;
|
||||
padding: var(--padding-level-1);
|
||||
flex-wrap: wrap;
|
||||
align-items: flex-start;
|
||||
align-items: stretch;
|
||||
}
|
||||
|
||||
/** Feature Cards **/
|
||||
@ -498,7 +498,6 @@ body
|
||||
align-items: center;
|
||||
justify-content: flex-start;
|
||||
max-width: 30%;
|
||||
height: auto;
|
||||
background-color: var(--color-light-gray);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user