stylesheet: fix two-columns breakpoint
The two-columns breakpoints was too large, and trigerred way before it was actually needed.
This commit is contained in:
parent
fa9d7d53b4
commit
5a0fd84e98
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ $default-padding: 2 * $default-spacer;
|
||||||
|
|
||||||
// layouts
|
// layouts
|
||||||
$two-columns-padding: 60px;
|
$two-columns-padding: 60px;
|
||||||
$two-columns-breakpoint: $page-width + (2 * $two-columns-padding);
|
$two-columns-breakpoint: $page-width + (2 * $default-padding);
|
||||||
|
|
||||||
// z-order
|
// z-order
|
||||||
$alert-z-index: 100;
|
$alert-z-index: 100;
|
||||||
|
|
Loading…
Add table
Reference in a new issue