修改默认字体粗细

This commit is contained in:
tangly1024
2023-03-23 21:08:57 +08:00
parent 6075ce5442
commit 5a1e8c3f70
2 changed files with 2 additions and 2 deletions

View File

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