Make the menu have a fixed width
This commit is contained in:
parent
82d54b0751
commit
90b53176a6
2 changed files with 2 additions and 2 deletions
|
|
@ -50,6 +50,6 @@ $user-dropdown-width-mobile: 4rem;
|
|||
$hamburger-menu-icon-spacing: 1rem;
|
||||
$hamburger-menu-icon-width: 28px;
|
||||
$navbar-height: 4rem;
|
||||
$navbar-width: 17vw;
|
||||
$navbar-width: 300px;
|
||||
|
||||
$editor-border-color: #ddd;
|
||||
|
|
|
|||
Reference in a new issue