From d7f91bc6c9c4e2ea25521fe66e9f50a851b0939c Mon Sep 17 00:00:00 2001 From: ache Date: Sun, 3 Dec 2023 11:55:08 +0100 Subject: Corrige la taille limite des grands écrans 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(-) (limited to 'src/css') 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.3-2-g11bf