From: Laury GvR Date: Thu, 5 Nov 2015 16:29:07 +0000 (-0500) Subject: Decreasing font on right sidebar action items. X-Git-Tag: v1.0.0~49^2~33 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=f1138730b5f6ad40b96851c9d350d3642553e40a;p=WP-Themes%2Fcrawfordco.git Decreasing font on right sidebar action items. --- diff --git a/css/app.css b/css/app.css index 92aa3db..8dd3d45 100644 --- a/css/app.css +++ b/css/app.css @@ -6643,7 +6643,7 @@ input[type="submit"].blogbutton { top: 5px; left: 0; color: white; - font-size: 14px; + font-size: 13px; padding: 0 10px 0 8px; font-weight: bold; } #sidebar .front-sidebar-featured-text { diff --git a/scss/_structure.scss b/scss/_structure.scss index 673cbcd..63eab83 100644 --- a/scss/_structure.scss +++ b/scss/_structure.scss @@ -946,7 +946,7 @@ input[type="submit"].blogbutton { top: 5px; left: 0; color: white; - font-size: 14px; + font-size: 13px; padding: 0 10px 0 8px; font-weight: bold; }