fix the page title margin
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user