From d7f91bc6c9c4e2ea25521fe66e9f50a851b0939c Mon Sep 17 00:00:00 2001 From: ache Date: Sun, 3 Dec 2023 11:55:08 +0100 Subject: =?UTF-8?q?Corrige=20la=20taille=20limite=20des=20grands=20=C3=A9c?= =?UTF-8?q?rans?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/css/design.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/design.scss b/src/css/design.scss index c2e4ef1..db186c9 100755 --- a/src/css/design.scss +++ b/src/css/design.scss @@ -2,7 +2,7 @@ $gsm: "screen and (max-width: 768px)"; $gt-gsm: "screen and (min-width: 768px)"; $tab: "screen and (max-width: 1024px)"; $laptop: "screen and (min-width: 1024px)"; -$big-laptop: "screen and (min-width: 1400px)"; +$big-laptop: "screen and (min-width: 1520px)"; $big-screen: "screen and (min-width: 1720px)"; @import 'contenu'; -- cgit v1.2.3