signal-publik: fix breakpoint width for desktop mode

This commit is contained in:
Frédéric Péters 2019-08-29 08:49:07 +02:00
parent 55d2b52343
commit 0384927e90
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ nav {
letter-spacing: -1px;
}
}
@media screen and (min-width: $nav-mobile-limit - 1px) {
@media screen and (min-width: $nav-mobile-limit + 1px) {
display: block;
max-width: $width;
margin: auto;