From ebfeaa4ad18aa67c8ff91ff483f1f3634b2afc85 Mon Sep 17 00:00:00 2001 From: ysds Date: Wed, 28 Aug 2019 23:37:39 +0900 Subject: Allow override default col width --- site/content/docs/4.3/layout/grid.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'site/content/docs') diff --git a/site/content/docs/4.3/layout/grid.md b/site/content/docs/4.3/layout/grid.md index 2d839968f..454dcd4ae 100644 --- a/site/content/docs/4.3/layout/grid.md +++ b/site/content/docs/4.3/layout/grid.md @@ -369,6 +369,19 @@ Use these row columns classes to quickly create basic grid layouts or to control {{< /example >}} +
+{{< example >}} +
+
+
Column
+
Column
+
Column
+
Column
+
+
+{{< /example >}} +
+ You can also use the accompanying Sass mixin, `row-cols()`: {{< highlight scss >}} -- cgit v1.2.3