0
0
mirror of https://github.com/yude-jp/yude.jp synced 2025-12-16 20:54:17 +09:00

Update margin

This commit is contained in:
2021-05-28 07:27:11 +09:00
parent c33cebd4c1
commit 9f2e0cc407
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ const Layout = (props) => {
</Head>
<main>
<Navbar />
<div className="md:mx-40 mx-6">
<div className="max-w-2xl mx-auto">
{children}
</div>
<Footer />