From 246bc0bb534499445e82f79b5c01290dfc546d89 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 28 Jan 2016 10:37:02 -0500 Subject: [PATCH] adjusting off canvas margin --- css/app.css | 3 ++- scss/_topbar.scss | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index e260147..eb11321 100644 --- a/css/app.css +++ b/css/app.css @@ -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 { diff --git a/scss/_topbar.scss b/scss/_topbar.scss index bc60cea..b7ed4d1 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -284,5 +284,6 @@ } } #menu-top-menu-1{ - margin-left: 10px; + margin-left: 12px; + margin-top: -40px; } \ No newline at end of file -- 2.17.1