From 1c2b801d558ec6e9b5e5f941fafe44f0c457ef26 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 19 Nov 2015 14:01:56 -0500 Subject: [PATCH] adjusted styling for product categories --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index c97febe..646e24b 100644 --- a/style.css +++ b/style.css @@ -694,7 +694,7 @@ p.stars a { .widget-area .widget { border-bottom: 1px solid rgba(0, 0, 0, 0.1); - padding-bottom: 1.618em; } /*2.618 */ + padding-bottom: 2.618em; } .product_list_widget li:last-child { border: 0; } @@ -949,7 +949,7 @@ p.stars a { border-top: 1px solid rgba(0, 0, 0, 0.1); font-size: .857em; } .widget-area .widget { - padding: 2.244em; + padding: 1.244em; margin-bottom: 0; } .widget-area .widget .widget-title { font-size: 1em; } -- 2.17.1