New screen size vars
This commit is contained in:
parent
7e5c9cdf0d
commit
7dc73a8f3f
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue