style(aio): add space between `.home` and `.hamburger` (#23624)

When the `.hamburger` icon is clicked, it's background is drawn until
the very edge of `.home`'s image, leaving no space.

PR Close #23624
This commit is contained in:
Ardeshir81 2018-05-01 01:41:24 +04:30 committed by Igor Minar
parent d7e8d15578
commit bb07fbde76
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
// VARIABLES
$hamburgerShownMargin: 0;
$hamburgerHiddenMargin: 0 24px 0 -88px;
$hamburgerShownMargin: 0 8px 0 0;
$hamburgerHiddenMargin: 0 16px 0 -88px;
// DOCS PAGE / STANDARD: TOPNAV TOOLBAR FIXED