From 9acb1a7dd2460b6c5f4fe94f52cdac13c460e238 Mon Sep 17 00:00:00 2001 From: Maxime Lalo Date: Mon, 24 Jul 2023 14:27:21 +0200 Subject: [PATCH] :bug: Fixing css --- 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 dea3df9f..647f82b3 100644 --- a/src/front/Themes/constants.scss +++ b/src/front/Themes/constants.scss @@ -1,5 +1,5 @@ // $screen-xl: 2559px; -$screen-l: 1440px; +$screen-l: 1439px; $screen-ls: 1280px; $screen-m: 1023px; $screen-s: 767px;