From: Anthony Talarico Date: Mon, 27 Feb 2017 18:53:29 +0000 (-0500) Subject: increasing weather underground widget styles to 50% instead of 33% X-Git-Tag: v1.0.0^2~8 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=a81d0a0d04ce9322815622b9d4996c7fc352dbd7;p=WP-Themes%2Fbeaverislandboatcompany.git increasing weather underground widget styles to 50% instead of 33% --- diff --git a/css/app.css b/css/app.css index fb4011b..6f9e09d 100644 --- a/css/app.css +++ b/css/app.css @@ -6747,7 +6747,7 @@ body .addthis_wrapper { @media only screen and (min-width:40.063em) { #main-content .wu-wrapper { - width: 33.3%; } } + width: 50%; } } #main-content .wu-wrapper { clear: left; diff --git a/scss/_main.scss b/scss/_main.scss index 82f9d0f..bd97ab3 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -302,7 +302,7 @@ body .addthis_wrapper{ @media#{$medium-up}{ #main-content { .wu-wrapper{ - width: 33.3%; + width: 50%; } } }