]> _ Git - fluidbook-v3.git/commitdiff
Fix #682 @0.5
authorstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 7 Sep 2016 12:22:59 +0000 (12:22 +0000)
committerstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 7 Sep 2016 12:22:59 +0000 (12:22 +0000)
less/410-features.less

index f6c01e19db357e70119615363e22bd43bdae4998..2653514ea4c609b958f809e720cebdf06ec3444d 100644 (file)
                [data-cols="2"] & {
                        background-size: 120%;
 
+            @media @m1024 {
+              background-size: 105%;
+            }
+
                        .feature-text {
                                width: 100%;
                        }
                }
-
-               @media @m1024 {
-                       background-size: 105%;
-               }
        }
        &.rectangle-bottom, &.square-bottom {
                background-position: center bottom;
        [data-cols="1"] & {
                padding: 30px;
        }
+
+    @media (max-width: 1400px) {
+      padding: 20px 25px;
+    }
 }
 
 .feature-icon {
        font-size: 65px;
        line-height: 49px;
-       margin-bottom: 30px;
+       margin-bottom: 12px;
        margin-right: 30px;
 
        [data-cols="2"] & {
                font-size: 14px;
        }
 
+    @media @m1024 {
+      font-size: 13px;
+    }
+    @media @m900 {
+      font-size: 12px;
+    }
+
        .rectangle-right & {
                width: 30%;
+
+        [data-cols="1"] & {
+          width: 100%;
+        }
        }
 
        .square-top & {
        line-height: 1;
        margin-bottom: 15px;
        text-transform: uppercase;
+
+    @media @m1024 {
+      margin-bottom: 7px;
+    }
 }
 
 .text-light {