testing css style to increase font size
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 29 Feb 2016 21:40:15 +0000 (16:40 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 29 Feb 2016 21:40:15 +0000 (16:40 -0500)
css/app.css
scss/_main.scss

index 290118b..28208e2 100644 (file)
@@ -6969,6 +6969,9 @@ header {
   #content-bulk footer img {
     box-shadow: none; }
 
+#wpseo_sitemap #sitemap_pages small {
+  font-size: 100% !important; }
+
 #lens {
   border-bottom: 5px solid #57b649;
   width: 100%; }
index 254273c..1b46701 100644 (file)
             box-shadow: none;
         }
     }
+}
+#wpseo_sitemap #sitemap_pages small{
+    font-size: 100% !important;
 }
\ No newline at end of file