mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-01 15:10:14 +00:00
plog-基础布局
This commit is contained in:
@@ -19,7 +19,7 @@ export const BlogListPage = props => {
|
||||
return (
|
||||
<div className="w-full">
|
||||
|
||||
<div id="posts-wrapper" className='grid lg:grid-cols-3 grid-cols-2'>
|
||||
<div id="posts-wrapper" className='grid lg:grid-cols-3 grid-cols-1 md:grid-cols-2'>
|
||||
{posts?.map(post => (
|
||||
<BlogPost key={post.id} post={post} {...props}/>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user