Addition to media queries

This commit is contained in:
Stephan Hagedorn 2017-09-18 10:51:11 +02:00
parent 7dc73a8f3f
commit 5f8b8e3b60

View file

@ -214,14 +214,7 @@ $basic_timing: ease;
// HARDWARE BREAKPOINTS
// ------------------------------------------------------------------------------
$tablet: "screen and (max-width: 64em)";
$tablet_portrait: "screen and (max-width: 50em) and (orientation: portrait)";
$tablet_landscape: "screen and (max-width: 50em) and (orientation: landscape)";
$mobile: "screen and (max-width: 30em)";
$mobile_portrait: "screen and (max-width: 30em) and (orientation : portrait)";
$mobile_landscape: "screen and (max-width: 30em) and (orientation : landscape)";
$screen_tiny: 768px;
$screen_small: 1024px;
$screen_medium: 1280px;
$screen_large: 1440px;