From 9d556e7edb742d971c320f06c13e5ac7fba65725 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 17 Dec 2015 09:48:10 -0500 Subject: [PATCH] added min height property to products --- css/app.css | 2 +- scss/_body.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; -- 2.17.1