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> <ContentContainer>
<NavBar /> <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" /> <LuPenTool className="mx-2 my-auto" />
{"ALL POSTS"} {"ALL POSTS"}
</h2> </h2>

View File

@@ -53,7 +53,7 @@ export default function TagsContentPage(props: TagsContentPageProps) {
<ContentContainer> <ContentContainer>
<NavBar /> <NavBar />
<h2 <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}`} {`Posts of ${props.tagName}`}
</h2> </h2>