Add back files

This commit is contained in:
Shu Uesugi
2020-04-16 11:11:59 -07:00
parent 209da1c398
commit 18e21a4f6c
114 changed files with 2859 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
.container {
max-width: 36rem;
padding: 0 1rem;
margin: 3rem auto 6rem;
}
.header {
display: flex;
flex-direction: column;
align-items: center;
}
.headerImage {
width: 6rem;
height: 6rem;
}
.headerHomeImage {
width: 8rem;
height: 8rem;
}
.backToHome {
margin: 3rem 0 0;
}