[site/theme][xs]: move prose from Layout onto DataLiterate component as we don't want automatically on all pages.

This commit is contained in:
Rufus Pollock
2021-11-08 20:08:09 +01:00
parent cd627353fa
commit 10ea882f00
2 changed files with 17 additions and 15 deletions

View File

@@ -13,7 +13,7 @@ export default function Layout({ children, title = 'Home' }) {
<meta name="viewport" content="initial-scale=1.0, width=device-width" />
</Head>
<Nav />
<div className="prose mx-auto p-6">
<div className="mx-auto p-6">
{children}
</div>
<footer className="flex items-center justify-center w-full h-24 border-t">