[css.card.container] fix layout for when few cards, align to top (not middle of screen)

This commit is contained in:
xdrm-brackets 2018-03-07 19:06:21 +01:00
parent 2ce339f1e2
commit b21635c365
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
align-content: flex-start;
flex-wrap: wrap;
z-index: 101;