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;
|
flex-direction: column;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
flex: 2 1 20%;
|
flex: 2 1 15em;
|
||||||
min-width: 8em;
|
|
||||||
padding: .5em 2.5em 2em 2.5em;
|
padding: .5em 2.5em 2em 2.5em;
|
||||||
background: var(--bg-grad);
|
background: var(--bg-grad);
|
||||||
border-radius: .5em;
|
border-radius: .5em;
|
||||||
|
Loading…
Reference in New Issue
Block a user