From: Anthony Talarico Date: Thu, 28 Jan 2016 15:38:12 +0000 (-0500) Subject: reducing margin for offcanvas X-Git-Tag: v1.0.0^2~43 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=169339d85509e7707457465439a58feeb6cf194c;p=WP-Themes%2Fsaultstemarie.git reducing margin for offcanvas --- diff --git a/css/app.css b/css/app.css index eb11321..23a9f30 100644 --- a/css/app.css +++ b/css/app.css @@ -6658,7 +6658,7 @@ header { min-width: 350px; } } #menu-top-menu-1 { - margin-left: 12px; + margin-left: 9px; margin-top: -40px; } @media screen and (max-width: 1024px) { diff --git a/scss/_topbar.scss b/scss/_topbar.scss index b7ed4d1..1338b22 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -284,6 +284,6 @@ } } #menu-top-menu-1{ - margin-left: 12px; + margin-left: 9px; margin-top: -40px; } \ No newline at end of file