From 97e9d2fd8c88bec461ad480f359146c5d72f40e8 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 17 Dec 2015 09:26:30 -0500 Subject: [PATCH] added max height to product containers --- scss/_body.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/_body.scss b/scss/_body.scss index 415f424..e52be85 100644 --- a/scss/_body.scss +++ b/scss/_body.scss @@ -25,6 +25,7 @@ body { } .product{ width: 22%; + max-height: 190px; padding: 15px 0px; border: 1px solid white; &:hover{ -- 2.17.1