mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
docs/layout/grid.md: Fix responsive utilities link
This commit is contained in:
parent
911e58ed63
commit
8e6972b170
1 changed files with 1 additions and 1 deletions
|
@ -339,7 +339,7 @@ If more than 12 columns are placed within a single row, each group of extra colu
|
|||
|
||||
### Example: Responsive column resets
|
||||
|
||||
With the four tiers of grids available you're bound to run into issues where, at certain breakpoints, your columns don't clear quite right as one is taller than the other. To fix that, use a combination of a `.clearfix` and our [responsive utility classes](#responsive-utilities).
|
||||
With the four tiers of grids available you're bound to run into issues where, at certain breakpoints, your columns don't clear quite right as one is taller than the other. To fix that, use a combination of a `.clearfix` and our [responsive utility classes]({{ site.baseurl }}/layout/responsive-utilities/).
|
||||
|
||||
<div class="bd-example-row">
|
||||
{% example html %}
|
||||
|
|
Loading…
Add table
Reference in a new issue