diff --git a/src/views/Article.svelte b/src/views/Article.svelte index 6bbf8d5..51226cb 100644 --- a/src/views/Article.svelte +++ b/src/views/Article.svelte @@ -224,13 +224,14 @@ /* --- Body (rich text from Kirby blocks) --- */ .article-body { line-height: 1.8; - margin-bottom: 4rem; + text-align: left; + margin-bottom: 1.25rem; + padding: 0 15%; } .article-body :global(h2), .article-body :global(h3) { - font-family: "Danzza Bold", sans-serif; - margin: 2rem 0 1rem; + font-family: "Danzza", sans-serif; line-height: 1.3; } @@ -240,11 +241,13 @@ .article-body :global(h3) { font-size: 22px; + margin: 25px 0 15px; } .article-body :global(p) { + font-family: "Danzza", sans-serif; + font-size: 1rem; margin-bottom: 1.25rem; - font-size: var(--font-size-paragraph); } .article-body :global(a) {