0
0
mirror of https://github.com/yude-jp/yude.jp synced 2024-12-22 12:10:11 +09:00

Compare commits

...

2 Commits

Author SHA1 Message Date
d41215438b
Update margin 2021-05-27 23:57:11 +09:00
92060aeade
Fix width of Discord status badge 2021-05-27 23:33:14 +09:00
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-9 mx-1">
<div className="md:mx-40 mx-6">
{children}
</div>
<Footer />

View File

@ -41,7 +41,7 @@ export default function About(props) {
}
<div className="flex justify-center">
<div>
<div className="z-50 transform translate-x-40 translate-y-48">
<div className="z-50 transform translate-x-40 translate-y-48 w-5">
<DiscordStatus />
</div>
<Image