首页卡牌样式

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

View File

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