From 18777b898079500f06fa4a773794448f995527c3 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 4 Dec 2015 10:12:26 -0500 Subject: [PATCH] adjusting font size for category title --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index efdea06..65212f5 100644 --- a/style.css +++ b/style.css @@ -1082,7 +1082,7 @@ p.stars a { .site-main ul.products li.product-category .g-product-title h3 { font-family: "Libre Baskerville", "Georgia", serif; font-style: normal; - font-size: 1em; + font-size: 14px; font-weight: 400 !important; background: transparent; margin: 0; -- 2.17.1