From dc2e3372550e6aab7c02b5115d2e5e8d5936642a Mon Sep 17 00:00:00 2001 From: infominer33 Date: Thu, 21 Mar 2019 05:45:40 -0400 Subject: [PATCH] test larger font in section --- _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 0b87bb26..0fa0b443 100644 --- a/_sass/jekyll-theme-modernist.scss +++ b/_sass/jekyll-theme-modernist.scss @@ -159,7 +159,7 @@ header { section { padding:15px 20px; - font-size:15px; + font-size:18px; border-top:1px solid #fff; background: linear_gradient(#fafafa, #DEDEDE 700px); border-radius: 0 0 8px 8px;