reduced min height for grid containers
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 18 Dec 2015 20:59:12 +0000 (15:59 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 18 Dec 2015 20:59:12 +0000 (15:59 -0500)
css/app.css
scss/_body.scss

index 2b7d325..9e661c9 100644 (file)
@@ -6744,7 +6744,7 @@ body .shadow-wrapper {
 
 .product.grid {
   width: 22%;
-  min-height: 303px;
+  min-height: 277px;
   padding: 15px 0px;
   margin: 10px;
   border: 1px solid white; }
index 8954cf5..8fdeb07 100644 (file)
@@ -29,7 +29,7 @@ body {
 }
 .product.grid{
     width: 22%;
-    min-height: 303px;
+    min-height: 277px;
     padding: 15px 0px;
     margin: 10px;
     border: 1px solid white;