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>