From 987f744263667d16afb5d0d9beebf6cabf4af3ad Mon Sep 17 00:00:00 2001 From: infominer33 Date: Thu, 21 Mar 2019 05:49:04 -0400 Subject: [PATCH] update font size --- _sass/jekyll-theme-modernist.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_sass/jekyll-theme-modernist.scss b/_sass/jekyll-theme-modernist.scss index 0fa0b443..36532599 100644 --- a/_sass/jekyll-theme-modernist.scss +++ b/_sass/jekyll-theme-modernist.scss @@ -9,7 +9,7 @@ html { body { padding:50px 0; margin:0; - font:18px/1.5 Lato, "Helvetica Neue", Helvetica, Arial, sans-serif; + font:16px/1.5 Lato, "Helvetica Neue", Helvetica, Arial, sans-serif; color:#555; font-weight:300; background:inline-image('checker.png') fixed; @@ -159,7 +159,7 @@ header { section { padding:15px 20px; - font-size:18px; + font-size:16px; border-top:1px solid #fff; background: linear_gradient(#fafafa, #DEDEDE 700px); border-radius: 0 0 8px 8px;