From: Anthony Talarico Date: Fri, 18 Dec 2015 20:59:12 +0000 (-0500) Subject: reduced min height for grid containers X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=8b5e5f28501e9b2322ffce143ce3c4227b02c02b;p=WP-Themes%2Fmichsci.git reduced min height for grid containers --- diff --git a/css/app.css b/css/app.css index 2b7d325..9e661c9 100644 --- a/css/app.css +++ b/css/app.css @@ -6744,7 +6744,7 @@ body .shadow-wrapper { .product.grid { width: 22%; - min-height: 303px; + min-height: 277px; padding: 15px 0px; margin: 10px; border: 1px solid white; } diff --git a/scss/_body.scss b/scss/_body.scss index 8954cf5..8fdeb07 100644 --- a/scss/_body.scss +++ b/scss/_body.scss @@ -29,7 +29,7 @@ body { } .product.grid{ width: 22%; - min-height: 303px; + min-height: 277px; padding: 15px 0px; margin: 10px; border: 1px solid white;