More style changes. Content addition.
authorLaury GvR <laury@gaslightmedia.com>
Wed, 15 Oct 2014 15:29:51 +0000 (11:29 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 15 Oct 2014 15:29:51 +0000 (11:29 -0400)
css/app.css
front-page.php
scss/site/_structure.scss

index bf5f3a2..b4a8d99 100644 (file)
@@ -5679,15 +5679,6 @@ ul.global-nav li + li::before {
   margin-top: 45px;
   margin-left: 50px; }
 
-@media (max-width: 640px) {
-  #glmLogo {
-    margin: 10px 0 0 0; }
-  #glmTop {
-    margin-left: auto;
-    margin-right: auto;
-    float: none;
-    text-align: center; } }
-
 .glmSocial {
   width: 250px;
   color: #f48228;
@@ -5990,9 +5981,16 @@ article h2 {
   #homepage_testimonials {
     height: 200px; } }
 
-@media (max-width: 600px) {
+@media (max-width: 640px) {
   #homepage_testimonials {
-    height: 240px; } }
+    height: 240px; }
+  #glmLogo {
+    margin: 10px 0 0 0; }
+  #glmTop {
+    margin-left: auto;
+    margin-right: auto;
+    float: none;
+    text-align: center; } }
 
 @media (max-width: 480px) {
   #homepage_testimonials {
index 76cebc0..7676daf 100644 (file)
@@ -32,7 +32,7 @@ get_header(); ?>
                                     Travel & Tourism
                                 </div>
                                 <div class="homepage_box_desc">
-                                    Nestium numquam, conest, to comnis est, illes venitibus milit um! 
+                                    Helping our CVB, travel and tourism clients drive people to their destinations.
                                 </div>
                                 <div class="homepage_box_arrow">
                                     <div></div>
@@ -46,7 +46,7 @@ get_header(); ?>
                                     Membership Associations
                                 </div>
                                 <div class="homepage_box_desc">
-                                    Blablabla?
+                                    Easily organize, manage and communicate with your member database.
                                 </div>
                                 <div class="homepage_box_arrow">
                                     <div></div>
@@ -59,7 +59,7 @@ get_header(); ?>
                                     Government & Municipalities
                                 </div>
                                 <div class="homepage_box_desc">
-                                    Nestium numquam, conest, to comnis est, illes venitibus milit um!
+                                    Securely connecting communities with expert engineered LAN, WAN and wireless access.
                                 </div>
                                 <div class="homepage_box_arrow">
                                     <div></div>
index b403070..28ca949 100644 (file)
@@ -131,18 +131,6 @@ ul.global-nav li + li::before {
     margin-top: 45px;
     margin-left: 50px;
 }
-@media (max-width:640px) {
-    #glmLogo {
-        margin: 10px 0 0 0;
-    }
-    #glmTop{
-        margin-left: auto;
-        margin-right: auto;
-        float: none;
-        text-align: center;
-    }
-}
-
 .glmSocial {
     width: 250px;
     color: $secondary-color;
@@ -480,11 +468,20 @@ article h2 {
             height: 200px;
         }
     }
-    @media (max-width: 600px) {
+    @media (max-width:640px) {
         #homepage_testimonials {
             height: 240px;
         }
-    }
+        #glmLogo {
+            margin: 10px 0 0 0;
+        }
+        #glmTop{
+            margin-left: auto;
+            margin-right: auto;
+            float: none;
+            text-align: center;
+        }
+}
     @media (max-width: 480px) {
         #homepage_testimonials {
             height: 290px;