From 968b8b59c4781a45fc8680d75d83bb31b3a31a12 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 29 Feb 2016 16:42:30 -0500 Subject: [PATCH] adding more style to increase font size for site map --- css/app.css | 3 +++ scss/_main.scss | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/css/app.css b/css/app.css index 28208e2..fa8be36 100644 --- a/css/app.css +++ b/css/app.css @@ -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%; } diff --git a/scss/_main.scss b/scss/_main.scss index 1b46701..e340f47 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -252,4 +252,7 @@ } #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 -- 2.17.1