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:
Pierre de La Morinerie 2019-03-14 16:22:33 +01:00
parent fa9d7d53b4
commit 5a0fd84e98

View file

@ -6,7 +6,7 @@ $default-padding: 2 * $default-spacer;
// layouts
$two-columns-padding: 60px;
$two-columns-breakpoint: $page-width + (2 * $two-columns-padding);
$two-columns-breakpoint: $page-width + (2 * $default-padding);
// z-order
$alert-z-index: 100;