reducing font size to 13px for the community map text
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 31 Aug 2016 17:05:37 +0000 (13:05 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 31 Aug 2016 17:05:37 +0000 (13:05 -0400)
css/app.css
scss/_main.scss

index 528534d..15a48f3 100644 (file)
@@ -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; }
index 0aae323..56341f5 100644 (file)
@@ -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 {