From 7dc73a8f3f490abc63388f03a6b8eb85ccb38297 Mon Sep 17 00:00:00 2001 From: Stephan Hagedorn Date: Fri, 15 Sep 2017 09:13:10 +0200 Subject: [PATCH] New screen size vars --- global/_config.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/global/_config.scss b/global/_config.scss index 1b19e3f..1da3883 100644 --- a/global/_config.scss +++ b/global/_config.scss @@ -224,7 +224,9 @@ $mobile_landscape: "screen and (max-width: 30em) and (orientation : landscape)"; $screen_small: 1024px; $screen_medium: 1280px; -$screen_large: 1920px; +$screen_large: 1440px; +$screen_huge: 1680px; +$screen_gigantic: 1920px; // VENDOR PREFIX