This commit is contained in:
tangly1024.com
2023-03-09 17:59:08 +08:00
parent 42ef2ad566
commit bdedd96853
7 changed files with 106 additions and 10 deletions

View File

@@ -79,7 +79,7 @@ const NotionPage = ({ post, className }) => {
return <>{post?.summary || ''}</>
}
return <div id='container' className={`max-w-5xl font-medium mx-auto ${className}`}>
return <div id='container' className={`font-medium mx-auto ${className}`}>
<NotionRenderer
recordMap={post.blockMap}
mapPageUrl={mapPageUrl}