increasing weather underground widget styles to 50% instead of 33%
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 27 Feb 2017 18:53:29 +0000 (13:53 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 27 Feb 2017 18:53:29 +0000 (13:53 -0500)
css/app.css
scss/_main.scss

index fb4011b..6f9e09d 100644 (file)
@@ -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;
index 82f9d0f..bd97ab3 100644 (file)
@@ -302,7 +302,7 @@ body .addthis_wrapper{
 @media#{$medium-up}{
   #main-content {
       .wu-wrapper{
-        width: 33.3%;
+        width: 50%;
       }
   }
 }