From 2076753cbe544d2161be53e683e6c9676e35aca6 Mon Sep 17 00:00:00 2001 From: Maxime Lalo Date: Thu, 27 Apr 2023 12:42:16 +0200 Subject: [PATCH] :bug: Wrong breakpoints --- src/front/Themes/constants.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/front/Themes/constants.scss b/src/front/Themes/constants.scss index 00a254a8..dea3df9f 100644 --- a/src/front/Themes/constants.scss +++ b/src/front/Themes/constants.scss @@ -1,6 +1,6 @@ // $screen-xl: 2559px; $screen-l: 1440px; -$screen-ls: 1300px; +$screen-ls: 1280px; $screen-m: 1023px; $screen-s: 767px; // $screen-xs: 424px;