From 7b1d87ef209aaa52d92b1a3152346ed62d8beac3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ond=C5=99ej=20Va=C5=A1=C3=AD=C4=8Dek?= Date: Thu, 2 Jun 2016 12:39:03 +0200 Subject: [PATCH] Error on Collapse/Uncollapse Rows example The description doesn't correspond to the example code. To me, the description seems to be fine, so I fixed the code. --- docs/pages/flex-grid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/flex-grid.md b/docs/pages/flex-grid.md index e9d258ab3..ef9c1eb33 100644 --- a/docs/pages/flex-grid.md +++ b/docs/pages/flex-grid.md @@ -243,7 +243,7 @@ The `.collapse` class lets you remove column gutters (padding). There are times when you won't want each media query to be collapsed or uncollapsed. In this case, use the media query size you want and collapse or uncollapse and add that to your row element. Example shows no gutter at small media size and then adds the gutter to columns at medium. ```html -
+
Removes gutter at large media query
-- 2.47.2