diff --git a/css/index.css b/css/index.css index 6f87ad5..8dcc096 100644 --- a/css/index.css +++ b/css/index.css @@ -604,7 +604,7 @@ hr { color: #38A3BD; } .news-block .news-content .news-para { - font-size: 12px; + font-size: 14px; color: #444; } .news-block .news-content .news-read-more { diff --git a/scss/index.sass b/scss/index.sass index 98aba33..29c71bf 100644 --- a/scss/index.sass +++ b/scss/index.sass @@ -489,7 +489,7 @@ hr .news-title:hover color: $secondary-color .news-para - font-size: 12px + font-size: 14px color: $color .news-read-more font-size: 13px