next-notion排版

This commit is contained in:
tangly1024.com
2023-03-27 15:03:43 +08:00
parent 0bf08c1da2
commit 4d1dff7f63
2 changed files with 7 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ export default function ArticleDetail(props) {
</header>}
{/* Notion内容主体 */}
<article id='notion-article' className='px-1'>
<article id='notion-article' className='px-1 max-w-3xl mx-auto'>
{post && (<NotionPage post={post} />)}
</article>