From 2b3a2b65a97eff40608538946aeba3b4ad3d8aea Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 25 Mar 2017 16:01:56 -0700 Subject: [PATCH] doh forgot to save --- docs/layout/grid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/layout/grid.md b/docs/layout/grid.md index 73c84f8ce7..95fd999f36 100644 --- a/docs/layout/grid.md +++ b/docs/layout/grid.md @@ -197,7 +197,7 @@ Auto-layout for flexbox grid columns also means you can set the width of one col ### Variable width content -Use `col-{breakpoint}-auto` classes to size columns based on the natural width of their content. Use these classes in conjunction with [horizontal alignment](#horizontal-alignment) classes for centering layouts with uneven column sizes as viewport width changes. +Use `col-{breakpoint}-auto` classes to size columns based on the natural width of their content.
{% example html %} -- 2.47.2