From c9c1e5d298fe5eb9595b499cf6b39f497e147bba Mon Sep 17 00:00:00 2001 From: wukko Date: Sun, 22 Sep 2024 21:03:50 +0600 Subject: [PATCH] web/layout: add padding to about heading --- web/src/routes/+layout.svelte | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/web/src/routes/+layout.svelte b/web/src/routes/+layout.svelte index 340f456c..ed02b345 100644 --- a/web/src/routes/+layout.svelte +++ b/web/src/routes/+layout.svelte @@ -492,6 +492,14 @@ margin-block-start: 0.3em; } + :global(.long-text-noto.about .heading-container) { + padding-top: calc(var(--padding) / 2); + } + + :global(.long-text-noto.about section:first-of-type .heading-container) { + padding-top: 0; + } + @media screen and (max-width: 535px) { :global(.long-text-noto), :global(.long-text-noto *:not(h1, h2, h3, h4, h5, h6)) {