diff --git a/docs/layout/grid.md b/docs/layout/grid.md index 6537f70a13..056561b271 100644 --- a/docs/layout/grid.md +++ b/docs/layout/grid.md @@ -230,6 +230,22 @@ Using the `col-{breakpoint}-auto` classes, columns can size itself based on the {% endexample %} +### Equal-width multi-row + +Create equal-width columns that span multiple rows by inserting a `.w-100` where you want the columns to break to a new line. Make the breaks responsive by mixing the `.w-100` with some [responsive display utilities]({{ site.baseurl }}/utilities/display-property/). + +