From e61ab96c8a7a944df8402b9ab0de7f4e7b7b81c2 Mon Sep 17 00:00:00 2001 From: Jimi003 Date: Fri, 14 Jan 2022 09:28:09 +0100 Subject: [PATCH] Update gap.html Clarity and intent. Nowhere in the docs does it say you actually apply the gap to the child of the column element, which is usually some class of box. --- docs/documentation/columns/gap.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/documentation/columns/gap.html b/docs/documentation/columns/gap.html index e19dba3c..b71f1bbc 100644 --- a/docs/documentation/columns/gap.html +++ b/docs/documentation/columns/gap.html @@ -111,9 +111,9 @@ breadcrumb:

- Each column has a gap equal to the variable $column-gap, which has a default value of 0.75rem. + Each box has a gap equal to the variable $column-gap, which has a default value of 0.75rem.
- Since the gap is on each side of a column, the gap between two adjacent columns will be twice the value of $column-gap, or 1.5rem by default. + Since the gap is on each side of a box element, the gap between two boxes within adjacent columns containers will be twice the value of $column-gap, or 1.5rem by default.

@@ -123,7 +123,7 @@ breadcrumb:

- If you want to remove the space between the columns, add the is-gapless modifier on the columns container: + If you want to remove the space between the boxes, add the is-gapless modifier on the columns container: