/* Hamburger Menu */ .McButton { @bar-w: 33px; @bar-h: 1px; @bar-color: #231f20; position: absolute; top: 37.5px; right: 15px; margin-left: -(@bar-w /2); margin-top: -(@bar-w /2); width: @bar-w; height: (@bar-w *3) /4; cursor: pointer; b { position: absolute; left: 0; width: @bar-w; height: @bar-h; background-color: @bar-color; &:nth-child(1) { top: 0; } &:nth-child(2) { top: 50%; } &:nth-child(3) { top: 100%; } } }/* McButton */ .offcanvas { position: fixed; height: 100vh; width: 100vw; background-color: #f2f2f2; display: flex; flex-grow: column nowrap; align-items: flex-end; ul { margin-bottom: 110px; display: flex; padding-left: 0px; margin-left: 3.75vw; flex-flow: column nowrap; row-gap: 26px; li a { font-size: 20px; } } } li.boxwindow.menu-item { font-family: "Hanken Grotesk", sans-serif; }