From 29d19b25538e325c7e48be5089a65bbc0b68b960 Mon Sep 17 00:00:00 2001 From: liding Date: Fri, 27 Mar 2026 10:53:48 +0800 Subject: [PATCH] Add extra space under title. --- src/components/article/article_body/ArticleBodyContent.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/article/article_body/ArticleBodyContent.astro b/src/components/article/article_body/ArticleBodyContent.astro index b02d354..ee0b9e9 100644 --- a/src/components/article/article_body/ArticleBodyContent.astro +++ b/src/components/article/article_body/ArticleBodyContent.astro @@ -47,6 +47,7 @@ const articlePrettyName = article!.data.title; display: flex; align-items: baseline; flex-wrap: wrap; + margin: 0 0 1em 0; } /* reduce indent of TOC list */ :global(.article-title ~ ul:nth-of-type(1)) {