Updated flex basis on card to make sure that card don't end up super thin
This commit is contained in:
parent
cbdc81c4ce
commit
4a734b66f9
@ -14,8 +14,7 @@
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
flex-wrap: wrap;
|
||||
flex: 2 1 20%;
|
||||
min-width: 8em;
|
||||
flex: 2 1 15em;
|
||||
padding: .5em 2.5em 2em 2.5em;
|
||||
background: var(--bg-grad);
|
||||
border-radius: .5em;
|
||||
|
Loading…
Reference in New Issue
Block a user