fix(guide): various UI improvements (#9532)

This commit is contained in:
synicalsyntax
2023-05-07 10:20:54 -04:00
committed by GitHub
parent 227232112d
commit bbf80efbb0
3 changed files with 72 additions and 76 deletions

View File

@@ -14,7 +14,7 @@ export default function Page({ params }: { params: { slug: string[] } }) {
}
return (
<article className="max-w-none prose">
<article className="max-w-none px-5 prose">
<Mdx code={content?.body.code ?? ''} />
</article>
);