mirror of https://github.com/twbs/bootstrap.git
30px not 15px
This commit is contained in:
parent
55795e8845
commit
39732a0023
|
|
@ -139,7 +139,7 @@ Variables and maps determine the number of columns, the gutter width, and the me
|
||||||
|
|
||||||
{% highlight scss %}
|
{% highlight scss %}
|
||||||
$grid-columns: 12;
|
$grid-columns: 12;
|
||||||
$grid-gutter-width: 15px;
|
$grid-gutter-width: 30px;
|
||||||
|
|
||||||
$grid-breakpoints: (
|
$grid-breakpoints: (
|
||||||
// Extra small screen / phone
|
// Extra small screen / phone
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue