From: Anthony Talarico Date: Wed, 25 Nov 2015 21:54:54 +0000 (-0500) Subject: minor height adjustments X-Git-Tag: v1.0.0^2~66 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=e890e6146875821736b4966a24a5300e63148090;p=WP-Themes%2Fthemoleholeonline.git minor height adjustments --- 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; } }