update post layout

This commit is contained in:
2018-12-28 21:44:59 +09:00
parent 9c4cd3a9b8
commit bb11994602
3 changed files with 44 additions and 20 deletions

View File

@@ -64,29 +64,38 @@ a.article-list__item__button {
.article__metadata {
text-align: center;
margin: 60px 0;
margin: 80px 0 70px;
@media screen and (max-width: $break-small) {
margin: 15px 0 25px;
margin: 25px 0 25px;
text-align: left;
}
}
.article__title {
font-size: 45px;
font-size: 60px;
letter-spacing: -0.5px;
@media screen and (max-width: $break-small) {
font-size: 33px;
font-size: 40px;
text-align: left;
}
}
.article__pubdate {
color: #989898;
font-size: 14pt;
font-size: 12pt;
font-weight: normal;
margin-top: 10px;
font-family: sans-serif;
margin-bottom: 20px;
border: 1px solid #989898;
display: inline-block;
padding: 5px 20px;
@media screen and (max-width: $break-small) {
margin-bottom: 15px;
font-size: 10pt;
}
}
.article__content {
@@ -176,7 +185,6 @@ a.article-list__item__button {
}
}
// Pay
#pay {
font-family: sans-serif;
@@ -212,4 +220,4 @@ a.article-list__item__button {
section {
margin: 50px 0;
}
}
}