]> _ Git - fluidbook-v3.git/commitdiff
Fix #636 @2
authorstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 31 Aug 2016 09:33:02 +0000 (09:33 +0000)
committerstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 31 Aug 2016 09:33:02 +0000 (09:33 +0000)
framework/application/configs/application.ini
less/002-common.less
less/102-intro.less
less/310-contact.less

index d0a0eb867bd03d814729e576e62d4e0c7872e40b..0b7edcedf76b89e9b063831b99556f8f386d4692 100644 (file)
@@ -69,6 +69,7 @@ httpauth.username = fluidbook
 httpauth.password = fb2016
 httpauth.ip_whitelist[] = 88.190.245.49
 httpauth.ip_whitelist[] = 82.216.164.184
+httpauth.ip_whitelist[] = 78.193.201.107
 
 robots = false
 
index 3d5366e1da7862a3c86c131e9a37c7ae15dd33e8..35046d813ddea654c675c6e65bd1add891924cf8 100644 (file)
@@ -31,7 +31,7 @@ body {
        }\r
 \r
        @media @m900 {\r
-               font-size: 12px;\r
+               font-size: 14px;\r
        }\r
 }\r
 \r
@@ -64,6 +64,7 @@ h1, h2 {
                @media @m900 {\r
                        text-align: center;\r
                        font-size: 30px;\r
+                       padding-top: 10px;\r
                }\r
 \r
                br {\r
@@ -122,6 +123,10 @@ a {
        }\r
 \r
        .grid {\r
+               //position: absolute;\r
+               //top: 50%;\r
+               //transform: translateY(-50%);\r
+               //width: 100%;\r
                position: relative;\r
                z-index: 1;\r
        }\r
index 2ba80eeb7188ff2c2fbf841cee3a6b5f8b3e217c..716849631352f92528cc031cf4cb247621bcd170 100644 (file)
@@ -6,7 +6,8 @@
        .content-wrapper {\r
                background-size: 100% auto;\r
                background-position: 100% 100%;\r
-               padding-top: 152px; // Minimum clearance and top for fixed menu\r
+               //padding-top: 152px; // Minimum clearance and top for fixed menu\r
+               padding-top: 200px;\r
 \r
                @media @m1280 {\r
                        padding-top: 120px;\r
                        background-size: 180% auto; // This value needs to be synced with 410-features.js for resizeVideoLink()\r
                        padding-top: 100px;\r
                        text-align: center;\r
+\r
+                       .title {\r
+                               padding-top: 1em;\r
+                       }\r
+\r
+                       .dotclear {\r
+                               text-align: left;\r
+                       }\r
                }\r
 \r
                @media @m768 {\r
 \r
        blockquote {\r
                background-color: #f3f3f3;\r
-               padding: 60px 0;\r
-               color: #343c44;\r
+               padding: 2.678555em 0;\r
+               color: #66727a;\r
                font-family: @opensans;\r
-               font-weight: 300;\r
-               font-size: 1.6em;\r
+               font-weight: 400;\r
+               font-size: 1.4em;\r
                text-align: center;\r
                line-height: 1.6;\r
 \r
+               @media @m900 {\r
+                       font-size: 1.1em;\r
+               }\r
+\r
                div {\r
                        width: 60%;\r
                        min-width: 980px;\r
index 77f9e894840c5a141d0e499f4de46402c6d0d38b..6bba9b3525bdede8f849de70ff3183967f150a1b 100644 (file)
     text-transform: uppercase;
     margin-bottom: 10px;
   }
-}
 
-.contact-intro {
-  background-repeat: no-repeat;
-  background-position: bottom right;
-  background-size: 100%;
+  .contact-intro {
+    background-repeat: no-repeat;
+    background-position: bottom right;
+    background-size: 100%;
 
-  // Vertically centre content
-  display: flex;
-  flex-direction: column;
-  justify-content: center;
+    // Vertically centre content
+    display: flex;
+    flex-direction: column;
+    justify-content: center;
 
-  .dotclear {
-    position: relative;
-    .divider();
-  }
+    .content-wrapper {
+
+      .dotclear {
+        position: relative;
+        .divider();
+
+        @media @m900 {
+          text-align: center;
+        }
+      }
+
+    }
 
-  address {
-    font-style: normal;
 
-    a {
-      text-decoration: none;
+    address {
+      font-style: normal;
+
+      a {
+        text-decoration: none;
+      }
     }
+
   }
 
 }