New screen size vars

This commit is contained in:
Stephan Hagedorn 2017-09-15 09:13:10 +02:00
parent 7e5c9cdf0d
commit 7dc73a8f3f

View file

@ -224,7 +224,9 @@ $mobile_landscape: "screen and (max-width: 30em) and (orientation : landscape)";
$screen_small: 1024px; $screen_small: 1024px;
$screen_medium: 1280px; $screen_medium: 1280px;
$screen_large: 1920px; $screen_large: 1440px;
$screen_huge: 1680px;
$screen_gigantic: 1920px;
// VENDOR PREFIX // VENDOR PREFIX