diff options
| author | Mark Otto <[email protected]> | 2018-01-15 19:41:07 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2018-01-15 19:41:07 -0800 |
| commit | b5039d594b6a7bc4ec7db8139d924f07a419b35d (patch) | |
| tree | 794cd63e9b220640aba755dde35207ebdef606b5 /docs | |
| parent | e6d9316ba0d99125edd3484c8a3778b6fa7be2e7 (diff) | |
| download | bootstrap-b5039d594b6a7bc4ec7db8139d924f07a419b35d.tar.xz bootstrap-b5039d594b6a7bc4ec7db8139d924f07a419b35d.zip | |
closes #25280
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/4.0/layout/grid.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/layout/grid.md b/docs/4.0/layout/grid.md index 3d874a6d7..efbc5520d 100644 --- a/docs/4.0/layout/grid.md +++ b/docs/4.0/layout/grid.md @@ -272,7 +272,7 @@ For grids that are the same from the smallest of devices to the largest, use the ### Stacked to horizontal -Using a single set of `.col-sm-*` classes, you can create a basic grid system that starts out stacked on extra small devices before becoming horizontal on desktop (medium) devices. +Using a single set of `.col-sm-*` classes, you can create a basic grid system that starts out stacked before becoming horizontal with at the small breakpoint (`sm`). <div class="bd-example-row"> {% example html %} |
