mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-21 23:10:23 +00:00
30px not 15px
This commit is contained in:
parent
55795e8845
commit
39732a0023
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ Variables and maps determine the number of columns, the gutter width, and the me
|
|||
|
||||
{% highlight scss %}
|
||||
$grid-columns: 12;
|
||||
$grid-gutter-width: 15px;
|
||||
$grid-gutter-width: 30px;
|
||||
|
||||
$grid-breakpoints: (
|
||||
// Extra small screen / phone
|
||||
|
|
|
|||
Loading…
Reference in a new issue