mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-04 23:16:53 +00:00
Magzine 样式微调
This commit is contained in:
@@ -24,7 +24,7 @@ const PostSimpleListHorizontal = ({ title, href, posts }) => {
|
||||
</Link>
|
||||
</div>
|
||||
{/* 列表 */}
|
||||
<ul className='flex flex-col lg:flex-row'>
|
||||
<ul className='grid grid-cols-1 lg:grid-cols-4'>
|
||||
{posts?.map(p => {
|
||||
return <PostItemCardSimple key={p.id} post={p} />
|
||||
})}
|
||||
|
||||
Reference in New Issue
Block a user