mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-01 03:50:32 +00:00
Replace renamed classes in grid push/pull example (#20330)
The example for column ordering still referenced the old push/pull class names.
This commit is contained in:
parent
47dc87e6c7
commit
d71c080ab5
1 changed files with 1 additions and 1 deletions
|
|
@ -442,7 +442,7 @@ To nest your content with the default grid, add a new `.row` and set of `.col-sm
|
|||
|
||||
### Example: Column ordering
|
||||
|
||||
Easily change the order of our built-in grid columns with `.col-md-push-*` and `.col-md-pull-*` modifier classes.
|
||||
Easily change the order of our built-in grid columns with `.push-md-*` and `.pull-md-*` modifier classes.
|
||||
|
||||
<div class="bd-example-row">
|
||||
{% example html %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue