adding more style to increase font size for site map
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 29 Feb 2016 21:42:30 +0000 (16:42 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 29 Feb 2016 21:42:30 +0000 (16:42 -0500)
css/app.css
scss/_main.scss

index 28208e2..fa8be36 100644 (file)
@@ -6972,6 +6972,9 @@ header {
 #wpseo_sitemap #sitemap_pages small {
   font-size: 100% !important; }
 
+#wpseo_sitemap #sitemap_posts ul li ul li small {
+  fontsize: 100% !important; }
+
 #lens {
   border-bottom: 5px solid #57b649;
   width: 100%; }
index 1b46701..e340f47 100644 (file)
 }
 #wpseo_sitemap #sitemap_pages small{
     font-size: 100% !important;
-}
\ No newline at end of file
+}
+#wpseo_sitemap #sitemap_posts ul li ul li small {
+    fontsize: 100% !important;
+} 
\ No newline at end of file