add remite page

This commit is contained in:
2018-04-04 15:39:55 +09:00
parent 76ff36b425
commit fd907c725a
10 changed files with 683 additions and 389 deletions

View File

@@ -175,3 +175,31 @@ a.article-list__item__button {
margin: 0;
}
}
// Remit
#remit {
font-family: sans-serif;
pre {
display: inline-block;
}
a.button {
margin: 10px 0;
padding: 20px;
display: block;
background: black;
color: white;
text-align: center;
border-radius: 2px;
}
img {
margin: 10px 0;
}
section {
margin: 50px 0;
}
}