Skip to content

Commit 94abc55

Browse files
authored
Update NotionPage.js
1 parent 5b8f604 commit 94abc55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/NotionPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ const NotionPage = ({ post, className }) => {
8787
return (
8888
<div
8989
id='notion-article'
90-
className={`mx-auto overflow-hidden ${className || ''}`}>
90+
className={`mx-12 overflow-hidden ${className || ''}`}> /*mx-auto*/
9191
<NotionRenderer
9292
recordMap={post?.blockMap}
9393
mapPageUrl={mapPageUrl}

0 commit comments

Comments
 (0)