From 3189857c776e1422080703ee513d72e8099d5caa Mon Sep 17 00:00:00 2001 From: wukko Date: Fri, 6 Sep 2024 16:59:37 +0600 Subject: [PATCH] web/layout: reduce margin even more for long text h3 heading --- web/src/routes/+layout.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/routes/+layout.svelte b/web/src/routes/+layout.svelte index 345dbbd6..e6149bb3 100644 --- a/web/src/routes/+layout.svelte +++ b/web/src/routes/+layout.svelte @@ -463,7 +463,7 @@ } :global(.long-text-noto h3) { - margin-bottom: -5px; + margin-bottom: -10px; font-size: 17px; }