show mobile layout at 700px instead of 600px, for Systems menu entry

This commit is contained in:
Jonas Leder 2021-07-21 17:44:10 +02:00
parent 285438ea94
commit 6e521910eb
No known key found for this signature in database
GPG key ID: DA5113164C9D9FC1

View file

@ -10,7 +10,7 @@ $darker-color-2: 2%;
$border-radius-sub-nav: 10px;
$border-radius-image: 5px;
$mobile-max-width: 600px;
$mobile-max-width: 700px;
$small-mobile-max-width: 300px;
$link-hover-animation-time: 0.2s;