mirror of
https://github.com/yude-jp/yude.jp
synced 2025-01-09 21:10:11 +09:00
Compare commits
No commits in common. "d41215438b47e948050c6dacc2789ac3177be189" and "9ad748affa44c7e07a4377918c951d1d49035b39" have entirely different histories.
d41215438b
...
9ad748affa
@ -24,7 +24,7 @@ const Layout = (props) => {
|
|||||||
</Head>
|
</Head>
|
||||||
<main>
|
<main>
|
||||||
<Navbar />
|
<Navbar />
|
||||||
<div className="md:mx-40 mx-6">
|
<div className="md:mx-9 mx-1">
|
||||||
{children}
|
{children}
|
||||||
</div>
|
</div>
|
||||||
<Footer />
|
<Footer />
|
||||||
|
@ -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 w-5">
|
<div className="z-50 transform translate-x-40 translate-y-48">
|
||||||
<DiscordStatus />
|
<DiscordStatus />
|
||||||
</div>
|
</div>
|
||||||
<Image
|
<Image
|
||||||
|
Loading…
Reference in New Issue
Block a user