From: Anthony Talarico Date: Wed, 31 Aug 2016 17:05:37 +0000 (-0400) Subject: reducing font size to 13px for the community map text X-Git-Tag: v1.0.0^2~44 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=f8928a28ccf631ed5279a832cfe080de67f5c821;p=WP-Themes%2Fpetoskeyarea.git reducing font size to 13px for the community map text --- diff --git a/css/app.css b/css/app.css index 528534d..15a48f3 100644 --- a/css/app.css +++ b/css/app.css @@ -7045,13 +7045,13 @@ button:focus { float: right; } .region-text { - font-size: 1rem; + font-size: 13px; font-family: Open Sans; font-weight: bold; } @media screen and (-webkit-min-device-pixel-ratio: 0) { .region-text { - font-size: 15px; } } + font-size: 13px; } } .custom-content { margin-bottom: 50px; } diff --git a/scss/_main.scss b/scss/_main.scss index 0aae323..56341f5 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -693,13 +693,13 @@ button:focus { } } .region-text { - font-size: 1rem; + font-size: 13px; font-family: Open Sans; font-weight: bold; } @media screen and (-webkit-min-device-pixel-ratio:0){ .region-text { - font-size: 15px; + font-size: 13px; } } .custom-content {