From 4a734b66f916ad11aecaebfdda76b47c10441fb9 Mon Sep 17 00:00:00 2001 From: Luke Else Date: Wed, 4 Oct 2023 21:01:40 +0100 Subject: [PATCH] Updated flex basis on card to make sure that card don't end up super thin --- src/Card.svelte | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Card.svelte b/src/Card.svelte index 4e70aa1..109bd7e 100644 --- a/src/Card.svelte +++ b/src/Card.svelte @@ -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;