From 9b9dc176eacc45dee4e974d3d16ffa5773048731 Mon Sep 17 00:00:00 2001 From: Alice Gaudon Date: Mon, 6 Jul 2020 12:12:16 +0200 Subject: [PATCH] Tweak menu layout switch threshold --- assets/sass/_vars.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/sass/_vars.scss b/assets/sass/_vars.scss index b3df9c8..1d2ad17 100644 --- a/assets/sass/_vars.scss +++ b/assets/sass/_vars.scss @@ -27,4 +27,4 @@ $errorText: darken($error, 30%); $errorColor: desaturate($errorText, 50%); // Responsivity -$menuLayoutSwitchTreshold: 700px; +$menuLayoutSwitchTreshold: 1320px;