From: Anthony Talarico Date: Fri, 18 Dec 2015 19:13:22 +0000 (-0500) Subject: added min height to container X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=c151b0d38d458599c155370746a807a5d732c0e6;p=WP-Themes%2Fmichsci.git added min height to container --- diff --git a/css/app.css b/css/app.css index 3f3de3e..c3cc905 100644 --- a/css/app.css +++ b/css/app.css @@ -6743,7 +6743,7 @@ body .shadow-wrapper { .product.grid { width: 22%; - min-height: 250px; + min-height: 303px; padding: 15px 0px; margin: 10px; border: 1px solid white; } diff --git a/scss/_body.scss b/scss/_body.scss index cc10088..60d8da3 100644 --- a/scss/_body.scss +++ b/scss/_body.scss @@ -28,7 +28,7 @@ body { } .product.grid{ width: 22%; - min-height: 250px; + min-height: 303px; padding: 15px 0px; margin: 10px; border: 1px solid white;