From e2e6f02eabaf5ca0d00147f3a34b3db81f244ae5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Esperanza=20Gonz=C3=A1lez?= Date: Wed, 6 Feb 2019 15:56:29 +0100 Subject: fix: Correct a typo in docs --- docs/layout/grid.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/layout/grid.html b/docs/layout/grid.html index f7088c3..e6b3d9e 100644 --- a/docs/layout/grid.html +++ b/docs/layout/grid.html @@ -282,7 +282,7 @@

Add the columns class to a container with the container class. And add any element you want with the column class inside the container. These columns will take up the space equally. - You can specific the width of each column by adding class col-<1-12>. + You can specify the width of each column by adding class col-<1-12>.

Gapless grid

And you can add the col-gapless class to the columns to have gapless columns.

-- cgit v1.2.3