From 89d217dda14cdf57a4527caf1d0f12628ec93575 Mon Sep 17 00:00:00 2001 From: AnubisSQLi Date: Sun, 5 Aug 2018 22:13:14 -0400 Subject: [PATCH] 08/05/2018 Push #2: Minor font-size changes --- css/index.css | 2 +- scss/index.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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