fix(docs-infra): fix top menu logo position (#26473)
Fixes #26468 PR Close #26473
This commit is contained in:
parent
516515d9e3
commit
3fa876c5e7
|
@ -1,6 +1,6 @@
|
|||
// VARIABLES
|
||||
$hamburgerShownMargin: 0 8px 0 0;
|
||||
$hamburgerHiddenMargin: 0 16px 0 -88px;
|
||||
$hamburgerHiddenMargin: 0 16px 0 -64px;
|
||||
|
||||
// DOCS PAGE / STANDARD: TOPNAV TOOLBAR FIXED
|
||||
mat-toolbar.mat-toolbar {
|
||||
|
|
Loading…
Reference in New Issue