From c41a4ef5cf42598e0775963f621c52089d9c0810 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 4 Dec 2015 10:21:41 -0500 Subject: [PATCH] adjusting margin for title tags --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 65212f5..21fcbf6 100644 --- a/style.css +++ b/style.css @@ -1070,7 +1070,7 @@ p.stars a { /*top: 50%; */ left: 25%; - margin: 0px auto; + margin: -5px auto; width: auto; display: inline-block; /* bottom: auto; @@ -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: 14px; + font-size: 1px; font-weight: 400 !important; background: transparent; margin: 0; -- 2.17.1