diff options
| author | Mark Otto <[email protected]> | 2017-03-25 16:01:56 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-03-26 13:23:49 -0700 |
| commit | 2b3a2b65a97eff40608538946aeba3b4ad3d8aea (patch) | |
| tree | 8aa099276f5da1e42bbc6969aa79595840007a15 /docs/layout/grid.md | |
| parent | 9596cb5087d591094cdbd9c4936059e99562e8d3 (diff) | |
| download | bootstrap-2b3a2b65a97eff40608538946aeba3b4ad3d8aea.tar.xz bootstrap-2b3a2b65a97eff40608538946aeba3b4ad3d8aea.zip | |
doh forgot to save
Diffstat (limited to 'docs/layout/grid.md')
| -rw-r--r-- | docs/layout/grid.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/layout/grid.md b/docs/layout/grid.md index 73c84f8ce..95fd999f3 100644 --- a/docs/layout/grid.md +++ b/docs/layout/grid.md @@ -197,7 +197,7 @@ Auto-layout for flexbox grid columns also means you can set the width of one col ### Variable width content -Use `col-{breakpoint}-auto` classes to size columns based on the natural width of their content. Use these classes in conjunction with [horizontal alignment](#horizontal-alignment) classes for centering layouts with uneven column sizes as viewport width changes. +Use `col-{breakpoint}-auto` classes to size columns based on the natural width of their content. <div class="bd-example-row"> {% example html %} |
