mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-26 20:03:59 +00:00
update equal-width numbering in docs (#22697)
This commit is contained in:
parent
2a833d559a
commit
c8c51186f5
1 changed files with 3 additions and 3 deletions
|
|
@ -144,7 +144,7 @@ For example, here are two grid layouts that apply to every device and viewport,
|
||||||
1 of 2
|
1 of 2
|
||||||
</div>
|
</div>
|
||||||
<div class="col">
|
<div class="col">
|
||||||
1 of 2
|
2 of 2
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
@ -152,10 +152,10 @@ For example, here are two grid layouts that apply to every device and viewport,
|
||||||
1 of 3
|
1 of 3
|
||||||
</div>
|
</div>
|
||||||
<div class="col">
|
<div class="col">
|
||||||
1 of 3
|
2 of 3
|
||||||
</div>
|
</div>
|
||||||
<div class="col">
|
<div class="col">
|
||||||
1 of 3
|
3 of 3
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue