0
0
mirror of https://github.com/yude-jp/yude.jp synced 2024-06-09 23:36:01 +09:00

Change style applying position

This commit is contained in:
yude 2021-05-23 15:48:06 +09:00
parent 9e8429eb6f
commit e3a8ea3e5f
Signed by: yude
GPG Key ID: EB0FE5D925C4A968
2 changed files with 1 additions and 7 deletions

View File

@ -27,12 +27,6 @@ const Layout = (props) => {
<div className="page-main">
{children}
</div>
<style jsx global>{`
body {
text-align: center;
}
`}</style>
<Footer />
</main>
</div>

View File

@ -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"