From f8928a28ccf631ed5279a832cfe080de67f5c821 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 31 Aug 2016 13:05:37 -0400 Subject: [PATCH] reducing font size to 13px for the community map text --- css/app.css | 4 ++-- scss/_main.scss | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 { -- 2.17.1