mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-07 04:54:24 +01:00
fixed .clearfix example, + doc link
This commit is contained in:
parent
810c7ec4f8
commit
120dce43e8
@ -112,9 +112,13 @@
|
|||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
<h3>Column clearing</h3>
|
<h3>Column clearing</h3>
|
||||||
<p>Clear floats at specific breakpoints to prevent awkward wrapping with uneven content.</p>
|
<p><a href="http://getbootstrap.com/css/#grid-responsive-resets" title="Official documentation for clearfix">Clear floats</a> at specific breakpoints to prevent awkward wrapping with uneven content.</p>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-6 col-sm-3">.col-xs-6 .col-sm-3</div>
|
<div class="col-xs-6 col-sm-3">
|
||||||
|
.col-xs-6 .col-sm-3
|
||||||
|
<br>
|
||||||
|
Resize your viewport or check it out on your phone for an example.
|
||||||
|
</div>
|
||||||
<div class="col-xs-6 col-sm-3">.col-xs-6 .col-sm-3</div>
|
<div class="col-xs-6 col-sm-3">.col-xs-6 .col-sm-3</div>
|
||||||
|
|
||||||
<!-- Add the extra clearfix for only the required viewport -->
|
<!-- Add the extra clearfix for only the required viewport -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user