mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-07 10:20:46 +00:00
14 lines
456 B
SCSS
14 lines
456 B
SCSS
// Neat Overrides
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
// $column: 90px;
|
|
// $gutter: 30px;
|
|
// $grid-columns: 12;
|
|
// $max-width: em(1088);
|
|
|
|
// Neat Breakpoints
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
$medium-screen: em(640);
|
|
$large-screen: em(860);
|
|
|
|
$medium-screen-up: new-breakpoint(min-width $medium-screen 4);
|
|
$large-screen-up: new-breakpoint(min-width $large-screen 8);
|