From: Laury GvR Date: Wed, 13 Sep 2017 20:32:57 +0000 (-0400) Subject: Adjusting weather widget spacing in the footer X-Git-Tag: v1.0.0^2~37 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=361109fecf8a7569b250bd50094cedc7cf2dfde7;p=WP-Themes%2Fkeweenaw2017.git Adjusting weather widget spacing in the footer --- 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; } }