aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-06-30 09:07:49 -0700
committerMark Otto <[email protected]>2017-06-30 11:44:09 -0700
commit3afb571ec30fcdaf322e8b5d6a74236d0bf98ee1 (patch)
treea90a7f5b901f00f9ee26bbc8c1f4fe1f8e18771e /docs
parent3fd0708f8db9979913f700733a8cda29d4f1b49d (diff)
downloadbootstrap-3afb571ec30fcdaf322e8b5d6a74236d0bf98ee1.tar.xz
bootstrap-3afb571ec30fcdaf322e8b5d6a74236d0bf98ee1.zip
formatting
Diffstat (limited to 'docs')
-rw-r--r--docs/4.0/layout/grid.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/4.0/layout/grid.md b/docs/4.0/layout/grid.md
index 1aac43141..1adc438f1 100644
--- a/docs/4.0/layout/grid.md
+++ b/docs/4.0/layout/grid.md
@@ -668,8 +668,8 @@ Using our built-in grid Sass variables and maps, it's possible to completely cus
The number of grid columns can be modified via Sass variables. `$grid-columns` is used to generate the widths (in percent) of each individual column while `$grid-gutter-width` allows breakpoint-specific widths that are divided evenly across `padding-left` and `padding-right` for the column gutters.
{% highlight scss %}
-$grid-columns: 12 !default;
-$grid-gutter-width: 30px !default;
+$grid-columns: 12 !default;
+$grid-gutter-width: 30px !default;
{% endhighlight %}
### Grid tiers