mirror of
https://github.com/yude-jp/yude.jp
synced 2024-12-22 20:20:09 +09:00
Change style applying position
This commit is contained in:
parent
9e8429eb6f
commit
e3a8ea3e5f
@ -27,12 +27,6 @@ const Layout = (props) => {
|
||||
<div className="page-main">
|
||||
{children}
|
||||
</div>
|
||||
|
||||
<style jsx global>{`
|
||||
body {
|
||||
text-align: center;
|
||||
}
|
||||
`}</style>
|
||||
<Footer />
|
||||
</main>
|
||||
</div>
|
||||
|
@ -18,7 +18,7 @@ export default function Index(props) {
|
||||
return (
|
||||
|
||||
<Layout title={home}>
|
||||
<div className="my-9">
|
||||
<div className="my-9 text-center">
|
||||
<div className="m-10">
|
||||
<Image
|
||||
src = "/static/images/avatar.png"
|
||||
|
Loading…
Reference in New Issue
Block a user