summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorache <ache@ache.one>2023-12-03 11:55:08 +0100
committerache <ache@ache.one>2023-12-03 12:04:30 +0100
commitd7f91bc6c9c4e2ea25521fe66e9f50a851b0939c (patch)
tree7defebfe8a8d4221a6ea48f2a32e9f4c18d5f54e /src
parentAjout d'une illustration à l'article sur les formats d'images. (diff)
Corrige la taille limite des grands écrans
Diffstat (limited to 'src')
-rwxr-xr-xsrc/css/design.scss2
1 files changed, 1 insertions, 1 deletions
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';