From 5771bbb5f374551ed4b8435648c274c9fd6b6048 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 25 Nov 2015 16:39:48 -0500 Subject: [PATCH] adding changes to image box height --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 38032fa..7efed6a 100644 --- a/style.css +++ b/style.css @@ -1395,7 +1395,7 @@ p.stars a { @media screen and (min-width: 1800px) { .site-main ul.products li.product { width: 20%; - height: 220px; + height: 240px; margin-bottom: 0; } .site-main ul.products li.product:nth-child(3n) { width: 20%; } -- 2.17.1