fix(docs-infra): fix top menu logo position (#26473)

Fixes #26468

PR Close #26473
This commit is contained in:
Vladimir Erygin 2018-10-16 16:36:59 +07:00 committed by Misko Hevery
parent 3808434eec
commit 4b522572e6

View File

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