首页卡牌列表样式微调

This commit is contained in:
tangly
2021-11-07 10:03:31 +08:00
parent cdc6946e41
commit a413d85b65
2 changed files with 3 additions and 3 deletions

View File

@@ -72,7 +72,7 @@ const BlogPostListScroll = ({ posts = [], tags, currentSearch, currentCategory,
)}
{/* 文章列表 */}
<div className='grid 3xl:grid-cols-3 md:grid-cols-2 grid-cols-1 gap-5'>
<div className='grid 3xl:grid-cols-3 xl:grid-cols-2 grid-cols-1 gap-5'>
{postsToShow.map(post => (
<BlogPostCard key={post.id} post={post} />
))}