reducing min height from product container
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 17 Dec 2015 14:58:49 +0000 (09:58 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 17 Dec 2015 14:58:49 +0000 (09:58 -0500)
css/app.css
scss/_body.scss

index 6329fc0..6638d7a 100644 (file)
@@ -6748,7 +6748,7 @@ body .shadow-wrapper {
 
 .product {
   width: 22%;
-  min-height: 239px;
+  min-height: 215px;
   padding: 15px 0px;
   margin: 10px;
   border: 1px solid white; }
index 9956e68..4934cdc 100644 (file)
@@ -33,7 +33,7 @@ body {
 }
 .product{
     width: 22%;
-    min-height: 239px;
+    min-height: 215px;
     padding: 15px 0px;
     margin: 10px;
     border: 1px solid white;