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

[WIP] Fix margin (on responsive)

This commit is contained in:
2021-05-26 08:01:02 +09:00
parent ad8fa9d69d
commit b65e165ac4
3 changed files with 9 additions and 9 deletions

View File

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

View File

@@ -14,7 +14,7 @@ const Navbar = () => {
</span>
</a>
</Link>
<div className="origin-top-right absolute right-0">
<div className="absolute right-0">
<ThemeSelector />
<LangSelector />
</div>