Add extra space under title.

This commit is contained in:
2026-03-27 10:53:48 +08:00
parent d2622ac85b
commit 29d19b2553
@@ -47,6 +47,7 @@ const articlePrettyName = article!.data.title;
display: flex; display: flex;
align-items: baseline; align-items: baseline;
flex-wrap: wrap; flex-wrap: wrap;
margin: 0 0 1em 0;
} }
/* reduce indent of TOC list */ /* reduce indent of TOC list */
:global(.article-title ~ ul:nth-of-type(1)) { :global(.article-title ~ ul:nth-of-type(1)) {