From: Anthony Talarico Date: Tue, 21 Nov 2017 16:37:31 +0000 (-0500) Subject: increase blog excerpt height X-Git-Tag: v1.0.0^2~22 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=97e1d0b0fac194deeb23d658f65356f978742810;p=WP-Themes%2Fmeetingsmichigan.git increase blog excerpt height adjusting the height for the front page blog excerpt feed container --- 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;