]> _ Git - fluidbook-v3.git/commitdiff
fix #753 @0:05
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Fri, 23 Sep 2016 11:49:07 +0000 (11:49 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Fri, 23 Sep 2016 11:49:07 +0000 (11:49 +0000)
less/213-home-customers.less

index 7dad7bb95355a9d5ae5cf7645e47fbb3f7056fc7..d6bb378c746a8acfceb90871f49a15fbefd44d36 100644 (file)
@@ -2,50 +2,51 @@
 
 section.customers {
 
-  .quoteLink {
-    .button();
-    color: #fff;
-    margin-bottom: 20px;
-    .longarrow-button(16px, 40px, 18px);
-  }
-
-  .btn.more {
-    color: @color-text;
-    border: 1px solid @color-text;
-    line-height: 52px;
-    margin: 0 20px;
-    .longarrow-button(15px, 40px, 18px);
-  }
+       .quoteLink {
+               .button();
+               color: #fff;
+               margin-bottom: 20px;
+               .longarrow-button(16px, 40px, 18px);
+       }
+
+       .btn.more {
+               color: @color-text;
+               border: 1px solid @color-text;
+               line-height: 52px;
+               margin: 0 20px;
+               .longarrow-button(15px, 40px, 18px);
+       }
 }
 
-
 .customers-content {
-  width: 50%;
-  margin-bottom: 20px;
-
-  @media @m900 {
-    width: auto;
-  }
-
-  li {
-    display: inline-block;
-    width: 32%;
-    margin-bottom: 20px;
-    vertical-align: top;
-    padding-right: 20px;
-
-    @media @m1280 {
-      width: 49%;
-    }
-
-    @media (max-width: 400px) {
-      width: 100%;
-    }
-  }
-
-  strong {
-    font-family: @montserrat;
-    font-weight: 600;
-    text-transform: uppercase;
-  }
+       width: 50%;
+       margin-bottom: 20px;
+
+       @media @m900 {
+               width: auto;
+       }
+
+       li {
+               display: inline-block;
+               width: 32%;
+               margin-bottom: 20px;
+               vertical-align: top;
+               padding-right: 20px;
+
+               @media @m1280 {
+                       width: 49%;
+                       padding-left: 10px;
+                       padding-right: 10px;
+               }
+
+               @media (max-width: 400px) {
+                       width: 100%;
+               }
+       }
+
+       strong {
+               font-family: @montserrat;
+               font-weight: 600;
+               text-transform: uppercase;
+       }
 }
\ No newline at end of file