From bb5e0d8a62e8184b06d260be24a9064fbbef9965 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 25 Nov 2015 16:49:45 -0500 Subject: [PATCH] more height adjustments --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index dd2712b..d902428 100644 --- a/style.css +++ b/style.css @@ -62,7 +62,7 @@ Text Domain: galleria @media (min-width: 900px) and (max-width: 1200px){ .site-main ul.products li.product { width: 20%; - height: 270px !important; + height: 300px !important; margin-bottom: 0; } } @media (min-width: 1200px) and (max-width: 1800px){ -- 2.17.1