fix the page title margin

This commit is contained in:
PrinOrange
2024-01-06 16:18:02 +08:00
parent 1a7673a99c
commit f35e2e49f4
2 changed files with 2 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ export default function PostsPage(props: PostsPageProps) {
/>
<ContentContainer>
<NavBar />
<h2 className={`my-5 flex justify-center text-2xl ${fontFangZhengXiaoBiaoSongCN.className} font-bold`}>
<h2 className={`my-10 flex justify-center text-2xl ${fontFangZhengXiaoBiaoSongCN.className} font-bold`}>
<LuPenTool className="mx-2 my-auto" />
{"ALL POSTS"}
</h2>

View File

@@ -53,7 +53,7 @@ export default function TagsContentPage(props: TagsContentPageProps) {
<ContentContainer>
<NavBar />
<h2
className={`my-5 flex flex-col justify-center text-center text-3xl font-bold ${fontFangZhengXiaoBiaoSongCN.className}`}
className={`my-10 flex flex-col justify-center text-center text-3xl font-bold ${fontFangZhengXiaoBiaoSongCN.className}`}
>
{`Posts of ${props.tagName}`}
</h2>