ce2df5cd25
This allow to break to the single-column layout later, and thus to display the two-columns variant of the layout on narrower screens.
12 lines
214 B
SCSS
12 lines
214 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: 980px;
|
|
|
|
// z-order
|
|
$alert-z-index: 100;
|