mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-03 15:10:19 +00:00
feat: 优化css
This commit is contained in:
@@ -35,7 +35,7 @@ export default function BlogListPage(props) {
|
||||
.replace('.html', '')
|
||||
|
||||
return (
|
||||
<div className='w-full md:pr-8 mb-12 md:mt-20'>
|
||||
<div className='w-full md:pr-8 mb-12'>
|
||||
<div id='posts-wrapper'>
|
||||
{posts?.map((p, index) => (
|
||||
<div key={p.id}>
|
||||
|
||||
Reference in New Issue
Block a user