From: Ian Weller Date: Wed, 16 Sep 2015 13:11:59 +0000 (-0400) Subject: adjusted the weather widget location on develop X-Git-Tag: v1.0.0^2~59 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=bb3493e27068cf7d2fca9b673a99d78199e03c90;p=WP-Themes%2Fwesternup.git adjusted the weather widget location on develop --- diff --git a/css/app.css b/css/app.css index 7481186..bf3ae88 100644 --- a/css/app.css +++ b/css/app.css @@ -7409,18 +7409,18 @@ ul#menu-footer > li:first-child:before { height: auto; bottom: 100%; border: 5px solid #FFFFFF; - right: 10%; + right: 16%; box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.35); z-index: 5; } @media (max-width: 935px) { #weather-widget { - right: 5%; } } + right: 12%; } } @media (max-width: 845px) { #weather-widget { - right: 0; } } + right: 6%; } } @media (max-width: 745px) { #weather-widget { - right: -3%; } } + right: 2%; } } #weather-widget:after { content: "\25BC"; font-size: 20px; diff --git a/scss/_page.footer.scss b/scss/_page.footer.scss index a0f9ac9..8f1686a 100644 --- a/scss/_page.footer.scss +++ b/scss/_page.footer.scss @@ -48,17 +48,17 @@ ul#menu-footer > li { height: auto; bottom: 100%; border: 5px solid $white; - right: 10%; + right: 16%; box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.35); z-index: 5; @media (max-width: 935px) { - right: 5%; + right: 12%; } @media (max-width: 845px) { - right: 0; + right: 6%; } @media (max-width: 745px) { - right: -3%; + right: 2%; } &:after { content: "\25BC";