From f5efc3b5bd2e99848a10e0a830ffc8c7140629c3 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 15 Oct 2014 11:29:51 -0400 Subject: [PATCH] More style changes. Content addition. --- css/app.css | 20 +++++++++----------- front-page.php | 6 +++--- scss/site/_structure.scss | 25 +++++++++++-------------- 3 files changed, 23 insertions(+), 28 deletions(-) diff --git a/css/app.css b/css/app.css index bf5f3a2..b4a8d99 100644 --- a/css/app.css +++ b/css/app.css @@ -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 { diff --git a/front-page.php b/front-page.php index 76cebc0..7676daf 100644 --- a/front-page.php +++ b/front-page.php @@ -32,7 +32,7 @@ get_header(); ?> Travel & Tourism
- Nestium numquam, conest, to comnis est, illes venitibus milit um! + Helping our CVB, travel and tourism clients drive people to their destinations.
@@ -46,7 +46,7 @@ get_header(); ?> Membership Associations
- Blablabla? + Easily organize, manage and communicate with your member database.
@@ -59,7 +59,7 @@ get_header(); ?> Government & Municipalities
- Nestium numquam, conest, to comnis est, illes venitibus milit um! + Securely connecting communities with expert engineered LAN, WAN and wireless access.
diff --git a/scss/site/_structure.scss b/scss/site/_structure.scss index b403070..28ca949 100644 --- a/scss/site/_structure.scss +++ b/scss/site/_structure.scss @@ -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; -- 2.17.1