Commit 8e6972b1 authored by Chris Rebert's avatar Chris Rebert

docs/layout/grid.md: Fix responsive utilities link

parent 911e58ed
...@@ -339,7 +339,7 @@ If more than 12 columns are placed within a single row, each group of extra colu ...@@ -339,7 +339,7 @@ If more than 12 columns are placed within a single row, each group of extra colu
### Example: Responsive column resets ### 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"> <div class="bd-example-row">
{% example html %} {% example html %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment