- 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.