0
0
mirror of https://github.com/yude-jp/yude.jp synced 2024-06-09 23:36:01 +09:00

Update margin settings

This commit is contained in:
yude 2021-05-30 10:36:03 +09:00
parent bb88dd6a02
commit d402ec85c2
Signed by: yude
GPG Key ID: EB0FE5D925C4A968

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>