mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
首页卡牌样式
This commit is contained in:
@@ -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} />
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user