@extend %menu-toggle;
height: 24px;
&:before {
- left: 25px;
- right: 25px;
+ left: 45px;
+ right: 45px;
}
}
#menu {
display: none;
- width: 80px;
+ width: $W_MENU;
height: 100%;
}
position: fixed;
top: 0;
left: 0;
+ overflow-x: hidden;
+ overflow-y: auto;
text-align: center;
line-height: 1.1em;
background: #191919;