0
0
mirror of https://github.com/yude-jp/yude.jp synced 2024-12-23 04:30: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> </Head>
<main> <main>
<Navbar /> <Navbar />
<div className="md:mx-9 mx-1"> <div className="md:mx-40 mx-6">
{children} {children}
</div> </div>
<Footer /> <Footer />

View File

@ -41,7 +41,7 @@ export default function About(props) {
} }
<div className="flex justify-center"> <div className="flex justify-center">
<div> <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 /> <DiscordStatus />
</div> </div>
<Image <Image