0
0
mirror of https://github.com/yude-jp/yude.jp synced 2025-10-12 11:18:36 +09:00

Update margin

This commit is contained in:
2021-05-27 23:57:11 +09:00
parent 92060aeade
commit d41215438b

View File

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