diff --git a/css-align-3/Overview.bs b/css-align-3/Overview.bs index 903169a4716..30ef7cbb872 100644 --- a/css-align-3/Overview.bs +++ b/css-align-3/Overview.bs @@ -2010,18 +2010,18 @@ Default Alignment Shorthand: the 'place-items' property

Gaps Between Boxes

-While 'margin' and 'padding' can be used to specify visual spacing around individual boxes, -it's sometimes more convenient to globally specify spacing between adjacent boxes -within a given layout context, -particularly when the spacing is different between boxes -as opposed to between the first/last box and the container's edge. - -The 'gap' property, -and its 'row-gap' and 'column-gap' sub-properties, -provide this functionality for -multi-column, -flex, -and grid layout. + While 'margin' and 'padding' can be used to specify visual spacing around individual boxes, + it's sometimes more convenient to globally specify spacing + between adjacent boxes within a given layout context, + particularly when the spacing is different between sibling boxes + as opposed to between the first/last box and the container's edge. + + The 'gap' property, + and its 'row-gap' and 'column-gap' sub-properties, + provide this functionality for + multi-column, + flex, + and grid layout.

Row and Column Gutters: the 'row-gap' and 'column-gap' properties