Hexo: 样式微调

This commit is contained in:
tangly1024
2022-02-28 16:11:14 +08:00
parent cd8954d02a
commit fea5e8ea17
4 changed files with 7 additions and 7 deletions

View File

@@ -20,7 +20,7 @@ const BlogPostListPage = ({ page = 1, posts = [], postCount }) => {
return (
<div id="container" className='w-full'>
{/* 文章列表 */}
<div className="space-y-6">
<div className="space-y-6 px-2">
{posts.map(post => (
<BlogPostCard key={post.id} post={post} />
))}