| Index: static/scss/_variables.scss |
| =================================================================== |
| --- a/static/scss/_variables.scss |
| +++ b/static/scss/_variables.scss |
| @@ -87,16 +87,21 @@ |
| $large-desktop-breakpoint: 1200px !default; |
| // Grid breakpoints |
| $half-breakpoint: $tablet-breakpoint !default; |
| $third-breakpoint: $desktop-breakpoint !default; |
| $fourth-breakpoint: $desktop-breakpoint !default; |
| -// Container widths |
| +// Device widths |
| //////////////////////////////////////////////////////////////////////////////// |
| $phone-width: auto !default; |
| $phablet-width: 540px !default; |
| $tablet-width: 720px !default; |
| $desktop-width: 960px !default; |
| $large-desktop-width: 1140px !default; |
| + |
| +// Component widths |
| +//////////////////////////////////////////////////////////////////////////////// |
| + |
| +$container-width: $large-desktop-width !default; |