adjusted the weather widget location on develop
authorIan Weller <ian@gaslightmedia.com>
Wed, 16 Sep 2015 13:11:59 +0000 (09:11 -0400)
committerIan Weller <ian@gaslightmedia.com>
Wed, 16 Sep 2015 13:11:59 +0000 (09:11 -0400)
css/app.css
scss/_page.footer.scss

index 7481186..bf3ae88 100644 (file)
@@ -7409,18 +7409,18 @@ ul#menu-footer > li:first-child:before {
   height: auto;
   bottom: 100%;
   border: 5px solid #FFFFFF;
-  right: 10%;
+  right: 16%;
   box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.35);
   z-index: 5; }
   @media (max-width: 935px) {
     #weather-widget {
-      right: 5%; } }
+      right: 12%; } }
   @media (max-width: 845px) {
     #weather-widget {
-      right: 0; } }
+      right: 6%; } }
   @media (max-width: 745px) {
     #weather-widget {
-      right: -3%; } }
+      right: 2%; } }
   #weather-widget:after {
     content: "\25BC";
     font-size: 20px;
index a0f9ac9..8f1686a 100644 (file)
@@ -48,17 +48,17 @@ ul#menu-footer > li {
     height: auto;
     bottom: 100%;
     border: 5px solid $white;
-    right: 10%;
+    right: 16%;
     box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.35);
     z-index: 5;
     @media (max-width: 935px) {
-        right: 5%;
+        right: 12%;
     }
     @media (max-width: 845px) {
-        right: 0;
+        right: 6%;
     }
     @media (max-width: 745px) {
-        right: -3%;
+        right: 2%;
     }
     &:after {
         content: "\25BC";