Make the menu have a fixed width

This commit is contained in:
kolaente 2020-10-24 17:27:09 +02:00
parent 82d54b0751
commit 90b53176a6
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@
z-index: 2;
&.is-menu-enabled {
margin-left: 17vw;
margin-left: $navbar-width;
}
@media screen and (max-width: $tablet) {