fix font size

This commit is contained in:
uetchy 2019-01-01 11:29:25 +09:00
parent 1f1269ca85
commit 075ba6d91b

View File

@ -73,7 +73,7 @@ a.article-list__item__button {
} }
.article__title { .article__title {
font-size: 60px; font-size: 70px;
letter-spacing: -0.5px; letter-spacing: -0.5px;
@media screen and (max-width: $break-small) { @media screen and (max-width: $break-small) {
@ -115,7 +115,7 @@ a.article-list__item__button {
} }
li { li {
font-size: 14pt; font-size: 20px;
line-height: 1.6em; line-height: 1.6em;
} }