From d0ff558171934140071051c865735776a11d8483 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 12 Feb 2015 13:12:54 -0500 Subject: [PATCH] Footer Section Update the footer section: Get the pure mich logo to goto the bottom in medium and small view. Get rid of the margins in address and info in the small view. --- css/app.css | 14 ++++++++++---- scss/_structure.scss | 14 ++++++++++---- templates/template.html | 12 +++++++++--- 3 files changed, 29 insertions(+), 11 deletions(-) diff --git a/css/app.css b/css/app.css index be059c9..c49da10 100644 --- a/css/app.css +++ b/css/app.css @@ -6808,7 +6808,7 @@ ul#actionlinks li a#lodging_specials:hover { #address1 { display: block; float: left; - width: 63%; + /*width: 63%;*/ overflow: hidden; margin: 0 0 0 12px; padding: 0 0 5px 0; @@ -6816,25 +6816,31 @@ ul#actionlinks li a#lodging_specials:hover { font-size: 16px; /*font-size: 1.6rem;*/ color: #0F2F4D; } + @media screen and (max-width: 40em) { + #address1 { + margin: 0; } } #info { display: block; float: left; - width: 62%; + /*width: 62%;*/ overflow: hidden; margin: 0 0 0 30px; padding: 0 0 5px 0; text-align: left; color: #0F2F4D; } + @media screen and (max-width: 40em) { + #info { + margin: 0; } } #info a { color: #0F2F4D; } #puremi { display: block; - float: right; + /*float: right;*/ clear: none; - width: 28%; } + /*width: 28%;*/ } #copyright { display: block; diff --git a/scss/_structure.scss b/scss/_structure.scss index 33c0588..2876ceb 100755 --- a/scss/_structure.scss +++ b/scss/_structure.scss @@ -729,7 +729,7 @@ ul#actionlinks li a#lodging_specials:hover { #address1 { display: block; float: left; - width: 63%; + /*width: 63%;*/ overflow: hidden; margin: 0 0 0 12px; padding: 0 0 5px 0; @@ -737,25 +737,31 @@ ul#actionlinks li a#lodging_specials:hover { font-size: 16px; /*font-size: 1.6rem;*/ color: #0F2F4D; + @media screen and (max-width: 40em) { + margin: 0; + } } #info { display: block; float: left; - width: 62%; + /*width: 62%;*/ overflow: hidden; margin: 0 0 0 30px; padding: 0 0 5px 0; text-align: left; color: #0F2F4D; + @media screen and (max-width: 40em) { + margin: 0; + } } #info a { color: #0F2F4D; } #puremi { display: block; - float: right; + /*float: right;*/ clear: none; - width: 28%; + /*width: 28%;*/ } #copyright { display: block; diff --git a/templates/template.html b/templates/template.html index 1420413..db6824b 100755 --- a/templates/template.html +++ b/templates/template.html @@ -120,9 +120,15 @@