Updated flex basis on card to make sure that card don't end up super thin

This commit is contained in:
Luke Else 2023-10-04 21:01:40 +01:00
parent cbdc81c4ce
commit 4a734b66f9

View File

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