From f5c44034233d103fe0b9b6bc0bc0efe0505c4781 Mon Sep 17 00:00:00 2001 From: chapoi <101828855+chapoi@users.noreply.github.com> Date: Wed, 4 Jun 2025 16:04:11 +0200 Subject: [PATCH] UX: increase spacing of topic cards (#175) Slightly bigger spacing to match the bigger avatars (bigger elements => more spacing to balance it out) --- scss/topic-cards.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/topic-cards.scss b/scss/topic-cards.scss index 4549ae1..b5a83e8 100644 --- a/scss/topic-cards.scss +++ b/scss/topic-cards.scss @@ -16,7 +16,7 @@ border: none; display: flex; flex-direction: column; - gap: 1em; + gap: 1.25em; @include breakpoint(medium) { gap: 0.5em;