From 3cf870cef41657d0db8d8838a425ac35a4a518d5 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Tue, 21 May 2024 10:20:25 +0200 Subject: [PATCH] style: smaller gap between card heading and body --- templates/threads.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/threads.html b/templates/threads.html index 409087a..9cf9710 100644 --- a/templates/threads.html +++ b/templates/threads.html @@ -163,7 +163,7 @@ display: grid; grid-template-columns: auto auto; gap: 5px; - height: 36px; + height: 20px; & .author { font-size: var(--font-size-lg)