From 67e9396f1fb0b3ba85be0cb4db15f19d3ad3774c Mon Sep 17 00:00:00 2001 From: infominer33 Date: Wed, 20 Mar 2019 23:31:15 -0400 Subject: [PATCH] update share bar --- _layouts/default.html | 5 ++++- _sass/jekyll-theme-modernist.scss | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 66e6fcab..9a72f2e1 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -53,9 +53,12 @@ - {% include share-bar.html %} {{ content }} + + {% include share-bar.html %} + + diff --git a/_sass/jekyll-theme-modernist.scss b/_sass/jekyll-theme-modernist.scss index e42ea244..a52d875a 100644 --- a/_sass/jekyll-theme-modernist.scss +++ b/_sass/jekyll-theme-modernist.scss @@ -335,7 +335,7 @@ footer { /* Title */ #share-bar h4 { margin-bottom: 10px; - font-weight: 500; + font-weight: bold; } /* All buttons */