From 97e1d0b0fac194deeb23d658f65356f978742810 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 21 Nov 2017 11:37:31 -0500 Subject: [PATCH] increase blog excerpt height adjusting the height for the front page blog excerpt feed container --- css/app.css | 2 +- scss/_main.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index 6568a00..e37f823 100644 --- a/css/app.css +++ b/css/app.css @@ -7438,7 +7438,7 @@ body .stButton .sharethis { color: white; line-height: 1.1; margin-bottom: 20px; - height: 32px; + height: 35px; margin-bottom: 10px; overflow: hidden; font-size: 16px; } diff --git a/scss/_main.scss b/scss/_main.scss index f77afe7..caf0666 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -129,7 +129,7 @@ body .stButton .sharethis { color: white; line-height: 1.1; margin-bottom: 20px; - height: 32px; + height: 35px; margin-bottom: 10px; overflow: hidden; font-size: 16px; -- 2.17.1