diff options
Diffstat (limited to 'less/variables.less')
| -rw-r--r-- | less/variables.less | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/less/variables.less b/less/variables.less index f2a622fbe..4bdf54905 100644 --- a/less/variables.less +++ b/less/variables.less @@ -209,6 +209,7 @@ @screen-large-desktop: @screen-large; // So media queries don't overlap when required, provide a maximum +@screen-phone-max: (@screen-small - 1); @screen-small-max: (@screen-medium - 1); @screen-tablet-max: (@screen-desktop - 1); @screen-desktop-max: (@screen-large-desktop - 1); @@ -595,10 +596,10 @@ // -------------------------------------------------- // Small screen / tablet -@container-tablet: 728px; +@container-tablet: 720px; // Medium screen / desktop @container-desktop: 940px; // Large screen / wide desktop -@container-large-desktop: 1170px; +@container-large-desktop: 1140px; |
