Updated breakpoints
This commit is contained in:
parent
20d55874a9
commit
2a161e20d3
|
@ -29,9 +29,10 @@ $base-spacing-unit: ($base-font-size * $base-line-height) * 1px;
|
|||
* Breakpoints
|
||||
*/
|
||||
|
||||
$breakpoint-lg: 1200px;
|
||||
$breakpoint-md: 768px;
|
||||
$breakpoint-sm: 480px;
|
||||
$breakpoint-lg: 1280px;
|
||||
$breakpoint-md: 1024px;
|
||||
$breakpoint-sm: 768px;
|
||||
$breakpoint-xs: 480px;
|
||||
|
||||
$breakpoints: (
|
||||
'lg' '(min-width: ' + $breakpoint-lg + ')',
|
||||
|
|
Loading…
Reference in New Issue