[css.card.container] fix layout for when few cards, align to top (not middle of screen)
This commit is contained in:
parent
2ce339f1e2
commit
b21635c365
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue