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: