From e890e6146875821736b4966a24a5300e63148090 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 25 Nov 2015 16:54:54 -0500 Subject: [PATCH] minor height adjustments --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 3335d68..e24b6c1 100644 --- a/style.css +++ b/style.css @@ -62,13 +62,13 @@ Text Domain: galleria @media (min-width: 900px) and (max-width: 1200px){ .site-main ul.products li.product { width: 20%; - height: 300px !important; + height: 330px !important; margin-bottom: 0; } } @media (min-width: 1200px) and (max-width: 1800px){ .site-main ul.products li.product { width: 20%; - height: 275px !important; + height: 285px !important; margin-bottom: 0; } } -- 2.17.1