From 361109fecf8a7569b250bd50094cedc7cf2dfde7 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 13 Sep 2017 16:32:57 -0400 Subject: [PATCH] Adjusting weather widget spacing in the footer --- 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 9171721..da88137 100644 --- a/css/app.css +++ b/css/app.css @@ -7350,20 +7350,20 @@ footer.main { display: none; width: 264px; height: 200px; - bottom: 180px; + bottom: 230px; left: -65px; } @media only screen and (min-width:0em) and (max-width:64em) { #footer-weather #weather-widget { left: 0; - bottom: 180px; } } + bottom: 230px; } } #footer-weather #weather-widget:after { content: url(../assets/weather-arrow-down.png); position: absolute; - top: 229px; + top: 261px; left: 45%; } @media only screen and (min-width:0em) and (max-width:64em) { #footer-weather #weather-widget:after { - top: 229px; + top: 261px; left: 53px; } } #footer-weather #weather-widget .wu-wrapper { border: 3px solid #f27225; diff --git a/scss/_page.footer.scss b/scss/_page.footer.scss index 65e5915..cdd740e 100644 --- a/scss/_page.footer.scss +++ b/scss/_page.footer.scss @@ -152,19 +152,19 @@ footer.main { display: none; width: 264px; height: 200px; - bottom: 180px; + bottom: 230px; left: -65px; @media #{$medium-down} { left: 0; - bottom: 180px; + bottom: 230px; } &:after { content: url(../assets/weather-arrow-down.png); position: absolute; - top: 229px; + top: 261px; left: 45%; @media #{$medium-down} { - top: 229px; + top: 261px; left: 53px; } } -- 2.17.1