adjusting webkit chrome targeted style for media menu item
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 28 Jan 2016 16:06:09 +0000 (11:06 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 28 Jan 2016 16:06:09 +0000 (11:06 -0500)
css/app.css
scss/_topbar.scss

index 2200cc7..61caadb 100644 (file)
@@ -6654,7 +6654,7 @@ header {
 
 @media screen and (-webkit-min-device-pixel-ratio: 0) {
   #headerLinks > ul#menu-top-menu > li.menu-item:nth-child(3) > ul.dropdown {
-    margin-left: -402px;
+    margin-left: -77px;
     min-width: 350px; } }
 
 #menu-top-menu-1 {
index c232cd5..33476dd 100644 (file)
 }
 @media screen and (-webkit-min-device-pixel-ratio:0) {
    #headerLinks > ul#menu-top-menu > li.menu-item:nth-child(3) > ul.dropdown{
-    margin-left: -402px;
+    margin-left: -77px;
     min-width: 350px;
 }
 }