[LIGO-94] fix alignment of cards

This commit is contained in:
Sarah Fowler 2019-09-25 13:39:08 -04:00
parent e77c811372
commit 54a13b8ec5

View File

@ -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);
}