]> _ Git - fluidbook-v3.git/commitdiff
fix #641 @1.5
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 31 Aug 2016 13:55:28 +0000 (13:55 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 31 Aug 2016 13:55:28 +0000 (13:55 +0000)
less/210-home.less
less/211-home-intro.less
less/212-home-features.less

index 1e9dfff77e0ba35949c940f308e51e53d2aa96ce..7ae49ccdbd9ffd430b75be5d70322b191fc1b70b 100644 (file)
@@ -19,7 +19,7 @@
                transform: translateY(-50%);\r
 \r
                @media @m900 {\r
-                       position: static;\r
+                       position: relative;\r
                        transform: none;\r
                        padding-top: 5%;\r
                        padding-bottom: 80%;\r
index bddf64301bb519c5b9001c1ae110ea21f221a098..a4b31f5c099f15d8ee018b7496e89071b34854af 100644 (file)
@@ -26,7 +26,6 @@ section.intro {
 
       .content-inner {
         padding-top: 70px;
-        padding-bottom: 50%;
       }
   }
 }
\ No newline at end of file
index f4e35ce3335bede5e26c8ca3662c591468b7860f..224bbe1c8b9dc40acf1b3dc7d55b1de6c9935978 100644 (file)
@@ -2,12 +2,19 @@
 
 .features {
 
-  .title {
-    max-width: 50%;
+       .title {
+               max-width: 50%;
 
-    @media @m900 {
-      max-width: none;
-    }
-  }
+               @media @m900 {
+                       max-width: none;
+
+               }
+       }
+
+       .content-inner {
+               @media @m900 {
+                       padding-bottom: 85%;
+               }
+       }
 
 }
\ No newline at end of file