From bb3493e27068cf7d2fca9b673a99d78199e03c90 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Wed, 16 Sep 2015 09:11:59 -0400 Subject: [PATCH] adjusted the weather widget location on develop --- css/app.css | 8 ++++---- scss/_page.footer.scss | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) 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"; -- 2.17.1