From 6e521910ebf4dd7504de358d9873b52ef37a8982 Mon Sep 17 00:00:00 2001
From: Jonas Leder <git@jonasled.de>
Date: Wed, 21 Jul 2021 17:44:10 +0200
Subject: [PATCH] show mobile layout at 700px instead of 600px, for Systems
 menu entry

---
 scss/_var.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scss/_var.scss b/scss/_var.scss
index 337f88c..74b5be3 100644
--- a/scss/_var.scss
+++ b/scss/_var.scss
@@ -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;
\ No newline at end of file
-- 
GitLab