gitbook主题改版

This commit is contained in:
tangly1024.com
2024-09-24 14:51:30 +08:00
parent c8fb59a1af
commit 72736d6808
15 changed files with 82 additions and 87 deletions

View File

@@ -95,7 +95,7 @@ const NavPostList = props => {
id='posts-wrapper'
className='w-full flex-grow space-y-0.5 pr-4 tracking-wider'>
{/* 当前文章 */}
<BlogPostCard className='text-sm py-2' post={homePost} />
<BlogPostCard className='mb-4' post={homePost} />
{/* 文章列表 */}
{categoryFolders?.map((group, index) => (