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

Update margin

This commit is contained in:
yude 2021-05-27 23:57:11 +09:00
parent 92060aeade
commit d41215438b
Signed by: yude
GPG Key ID: EB0FE5D925C4A968

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