feat(fs.dev): MDX styling
This commit is contained in:
parent
334a6933fd
commit
99393b8629
10 changed files with 137 additions and 67 deletions
|
@ -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>
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue