From: Anthony Talarico Date: Thu, 17 Dec 2015 14:48:10 +0000 (-0500) Subject: added min height property to products X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=9d556e7edb742d971c320f06c13e5ac7fba65725;p=WP-Themes%2Fmichsci.git added min height property to products --- diff --git a/css/app.css b/css/app.css index ebf2d9c..9eab37e 100644 --- a/css/app.css +++ b/css/app.css @@ -6744,7 +6744,7 @@ body .shadow-wrapper { .product { width: 22%; - max-height: 190px; + min-height: 223px; padding: 15px 0px; margin: 10px; border: 1px solid white; } diff --git a/scss/_body.scss b/scss/_body.scss index 90df56d..1c08489 100644 --- a/scss/_body.scss +++ b/scss/_body.scss @@ -29,7 +29,7 @@ body { } .product{ width: 22%; - max-height: 190px; + min-height: 223px; padding: 15px 0px; margin: 10px; border: 1px solid white;