adjusting off canvas margin
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 28 Jan 2016 15:37:02 +0000 (10:37 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 28 Jan 2016 15:37:02 +0000 (10:37 -0500)
css/app.css
scss/_topbar.scss

index e260147..eb11321 100644 (file)
@@ -6658,7 +6658,8 @@ header {
     min-width: 350px; } }
 
 #menu-top-menu-1 {
-  margin-left: 10px; }
+  margin-left: 12px;
+  margin-top: -40px; }
 
 @media screen and (max-width: 1024px) {
   main.page-front {
index bc60cea..b7ed4d1 100644 (file)
 }
 }
 #menu-top-menu-1{
-    margin-left: 10px;
+    margin-left: 12px;
+    margin-top: -40px;
 }
\ No newline at end of file