0
0
mirror of https://github.com/yude-jp/yude.jp synced 2025-10-13 03:38:36 +09:00

Update margin settings

This commit is contained in:
2021-05-30 10:36:03 +09:00
parent bb88dd6a02
commit d402ec85c2

View File

@@ -25,7 +25,9 @@ const Layout = (props) => {
<main>
<Navbar />
<div className="max-w-2xl mx-auto">
<div className="mx-2">
{children}
</div>
</div>
<Footer />
</main>