added max height to product containers
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 17 Dec 2015 14:26:30 +0000 (09:26 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 17 Dec 2015 14:26:30 +0000 (09:26 -0500)
scss/_body.scss

index 415f424..e52be85 100644 (file)
@@ -25,6 +25,7 @@ body {
 }
 .product{
     width: 22%;
+    max-height: 190px;
     padding: 15px 0px;
     border: 1px solid white;
     &:hover{