From 10eb485c628dddcacbba4b32547b38338855e026 Mon Sep 17 00:00:00 2001 From: Jason Costello Date: Mon, 6 Mar 2017 12:44:32 -0800 Subject: [PATCH] Temporary margin fix --- website/source/assets/stylesheets/_global.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/source/assets/stylesheets/_global.scss b/website/source/assets/stylesheets/_global.scss index bfd2e5c901..5610fefddf 100755 --- a/website/source/assets/stylesheets/_global.scss +++ b/website/source/assets/stylesheets/_global.scss @@ -15,6 +15,11 @@ body { font-weight: 500; } +// add margin-left to the Mega Nav button +// this will be fixed and removed later +.mega-nav-sandbox.mega-nav-sandbox.mega-nav-sandbox.mega-nav-sandbox .mega-nav-ctrl { margin-left: 10px;} + + h1, h2, h3, h4, h5 { -webkit-font-smoothing: antialiased; font-family: $font-family-klavika;