From c151b0d38d458599c155370746a807a5d732c0e6 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 18 Dec 2015 14:13:22 -0500 Subject: [PATCH] added min height to container --- 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 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; -- 2.17.1