1
0
Fork 0

feat(fs.dev): MDX styling

This commit is contained in:
Joost De Cock 2021-12-21 20:47:13 +01:00
parent 334a6933fd
commit 99393b8629
10 changed files with 137 additions and 67 deletions

View file

@ -36,7 +36,7 @@ const MdxWrapper = ({mdx, app, components={}}) => {
const MdxContent = mdxModule ? mdxModule.default : Fragment
return (
<div className="prose lg:prose-xl prose-pre:bg-primary text-primary">
<div className="text-primary mdx max-w-prose text-base-content max-w-prose text-lg lg:text-xl">
<MdxContent components={allComponents}/>
</div>
)