From cac7783709deb5b67ee14bed4563e942a0c926a4 Mon Sep 17 00:00:00 2001 From: infominer33 Date: Thu, 21 Mar 2019 06:03:56 -0400 Subject: [PATCH] add one more pixel to font --- _sass/jekyll-theme-modernist.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/jekyll-theme-modernist.scss b/_sass/jekyll-theme-modernist.scss index 36532599..a1609b74 100644 --- a/_sass/jekyll-theme-modernist.scss +++ b/_sass/jekyll-theme-modernist.scss @@ -159,7 +159,7 @@ header { section { padding:15px 20px; - font-size:16px; + font-size:17px; border-top:1px solid #fff; background: linear_gradient(#fafafa, #DEDEDE 700px); border-radius: 0 0 8px 8px;