From 3cb252570a0fb2507c7169427569f50a0a1cb031 Mon Sep 17 00:00:00 2001 From: Marcus Molchany Date: Sat, 21 Jan 2017 18:01:13 -0800 Subject: Update grid layout docs (#21806) Update Mix and match section with correct responsive classes for stacking cols. --- docs/layout/grid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/layout') diff --git a/docs/layout/grid.md b/docs/layout/grid.md index 03deb2f55..58e51946e 100644 --- a/docs/layout/grid.md +++ b/docs/layout/grid.md @@ -293,7 +293,7 @@ Don't want your columns to simply stack in some grid tiers? Use a combination of {% example html %}
-
.col .col-md-8
+
.col-12 .col-md-8
.col-6 .col-md-4
-- cgit v1.2.3 From 091f3b8c246a8e4923f3f156ffbf3e359058d1d5 Mon Sep 17 00:00:00 2001 From: Quy Date: Sun, 22 Jan 2017 11:17:17 -0800 Subject: Change header to use markdown (#21809) Header will now display in the Contents section. --- docs/layout/responsive-utilities.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/layout') diff --git a/docs/layout/responsive-utilities.md b/docs/layout/responsive-utilities.md index c3f0c0090..fdea34bd9 100644 --- a/docs/layout/responsive-utilities.md +++ b/docs/layout/responsive-utilities.md @@ -132,7 +132,8 @@ Try to use these on a limited basis and avoid creating entirely different versio -

Print classes

+## Print classes +

Similar to the regular responsive classes, use these for toggling content for print.

-- cgit v1.2.3