From eaebb735a58205ab3e618eb42dbe4f284d721c3a Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 25 Nov 2015 16:44:46 -0500 Subject: [PATCH] changing image height --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 7efed6a..81fc2c9 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: 210px !important; + height: 270px !important; margin-bottom: 0; } } @media (min-width: 1200px) and (max-width: 1800px){ -- 2.17.1