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