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
|
|
@ -9,7 +9,7 @@
|
|||
z-index: 2;
|
||||
|
||||
&.is-menu-enabled {
|
||||
margin-left: 17vw;
|
||||
margin-left: $navbar-width;
|
||||
}
|
||||
|
||||
@media screen and (max-width: $tablet) {
|
||||
|
|
|
|||
Reference in a new issue