From e4b6334d858faa27efb3961ac5973f61d82b14d8 Mon Sep 17 00:00:00 2001 From: robin Date: Tue, 5 Sep 2023 13:00:45 +0000 Subject: [PATCH] fix --- frontend/src/lib/components/widgets/Worldcard/card.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/components/widgets/Worldcard/card.svelte b/frontend/src/lib/components/widgets/Worldcard/card.svelte index 48b8f64..6aa5da4 100644 --- a/frontend/src/lib/components/widgets/Worldcard/card.svelte +++ b/frontend/src/lib/components/widgets/Worldcard/card.svelte @@ -95,7 +95,7 @@ display: flex; width: fit-content; flex-direction: column; - gap: 20px; + gap: 10px; align-items: center; .title { font-size: min(1.6vw, 14px);