From: Anthony Talarico Date: Mon, 29 Feb 2016 21:40:15 +0000 (-0500) Subject: testing css style to increase font size X-Git-Tag: v1.0.0^2~128 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=358931d8613a802675780b2b541034b20728d1b9;p=WP-Themes%2FDiscoverKZOO.git testing css style to increase font size --- diff --git a/css/app.css b/css/app.css index 290118b..28208e2 100644 --- a/css/app.css +++ b/css/app.css @@ -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%; } diff --git a/scss/_main.scss b/scss/_main.scss index 254273c..1b46701 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -249,4 +249,7 @@ box-shadow: none; } } +} +#wpseo_sitemap #sitemap_pages small{ + font-size: 100% !important; } \ No newline at end of file