added min height to product boxes
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 17 Dec 2015 17:23:06 +0000 (12:23 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 17 Dec 2015 17:23:06 +0000 (12:23 -0500)
css/app.css
scss/_body.scss

index be360e8..7566bb4 100644 (file)
@@ -6731,7 +6731,7 @@ body .shadow-wrapper {
 .prodImg {
   text-align: center;
   padding-bottom: 10px;
-  min-height: 206px; }
+  min-height: 275px; }
 
 .prodTitle {
   text-align: left;
@@ -6749,7 +6749,7 @@ body .shadow-wrapper {
 
 .product {
   width: 22%;
-  min-height: 360px;
+  min-height: 380px;
   padding: 15px 0px;
   margin: 10px;
   border: 1px solid white; }
index c2734aa..2df3f5d 100644 (file)
@@ -16,7 +16,7 @@ body {
 .prodImg{
     text-align: center;
     padding-bottom: 10px;
-    min-height: 206px;
+    min-height: 275px;
 }
 .prodTitle{
     text-align: left;
@@ -34,7 +34,7 @@ body {
 }
 .product{
     width: 22%;
-    min-height: 360px;
+    min-height: 380px;
     padding: 15px 0px;
     margin: 10px;
     border: 1px solid white;