mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00:00
Clarify stacked-to-horizontal in layout/grid.md (#25520)
- Fixes typo with "with at" in "horizontal with at the small breakpoint"
This commit is contained in:
parent
8adb533fe1
commit
87e5fa1184
1 changed files with 1 additions and 1 deletions
|
|
@ -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 before becoming horizontal with at the small breakpoint (`sm`).
|
||||
Using a single set of `.col-sm-*` classes, you can create a basic grid system that starts out stacked and becomes horizontal at the small breakpoint (`sm`).
|
||||
|
||||
<div class="bd-example-row">
|
||||
{% example html %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue