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

index 9eab37e..8b968bb 100644 (file)
@@ -6744,7 +6744,7 @@ body .shadow-wrapper {
 
 .product {
   width: 22%;
-  min-height: 223px;
+  min-height: 239px;
   padding: 15px 0px;
   margin: 10px;
   border: 1px solid white; }
index 1c08489..d66a552 100644 (file)
@@ -29,7 +29,7 @@ body {
 }
 .product{
     width: 22%;
-    min-height: 223px;
+    min-height: 239px;
     padding: 15px 0px;
     margin: 10px;
     border: 1px solid white;