From a81d0a0d04ce9322815622b9d4996c7fc352dbd7 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 27 Feb 2017 13:53:29 -0500 Subject: [PATCH] increasing weather underground widget styles to 50% instead of 33% --- css/app.css | 2 +- scss/_main.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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%; } } } -- 2.17.1