5a0fd84e98
The two-columns breakpoints was too large, and trigerred way before it was actually needed.
12 lines
245 B
SCSS
12 lines
245 B
SCSS
$page-width: 1040px;
|
|
$small-page-width: 840px;
|
|
|
|
$default-spacer: 8px;
|
|
$default-padding: 2 * $default-spacer;
|
|
|
|
// layouts
|
|
$two-columns-padding: 60px;
|
|
$two-columns-breakpoint: $page-width + (2 * $default-padding);
|
|
|
|
// z-order
|
|
$alert-z-index: 100;
|