From 075ba6d91bf42223ebced0abf592acd48002c787 Mon Sep 17 00:00:00 2001 From: Yasuaki Uechi Date: Tue, 1 Jan 2019 11:29:25 +0900 Subject: [PATCH] fix font size --- _sass/post.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_sass/post.scss b/_sass/post.scss index 2a18790..bf95e18 100644 --- a/_sass/post.scss +++ b/_sass/post.scss @@ -73,7 +73,7 @@ a.article-list__item__button { } .article__title { - font-size: 60px; + font-size: 70px; letter-spacing: -0.5px; @media screen and (max-width: $break-small) { @@ -115,7 +115,7 @@ a.article-list__item__button { } li { - font-size: 14pt; + font-size: 20px; line-height: 1.6em; }