reducing font size for the metalider caption text in mobile view
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 11 Nov 2016 18:03:02 +0000 (13:03 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 11 Nov 2016 18:03:02 +0000 (13:03 -0500)
css/app.css
scss/plugins/_metaSlider.scss

index 62aa116..20df0e2 100644 (file)
@@ -6720,7 +6720,7 @@ nav.top-bar {
     position: absolute;
     right: 0;
     width: 100%;
-    font-size: 26px; } }
+    font-size: 14px; } }
 #slideshow .nivo-controlNav {
   background-color: #007697;
   height: 80px; }
index 00b4e79..be331b7 100644 (file)
@@ -96,7 +96,7 @@
             position: absolute;
             right: 0;
             width: 100%;
-            font-size: 26px;
+            font-size: 14px;
         }
     }
     .nivo-controlNav {