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
+1 -1
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 />