We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69b6303 commit b5df063Copy full SHA for b5df063
1 file changed
css-grid/Overview.bs
@@ -439,8 +439,8 @@ Grid Tracks and Cells</h3>
439
Each <a>grid track</a> is assigned a sizing function,
440
which controls how wide or tall the column or row may grow,
441
and thus how far apart its bounding <a>grid lines</a> are.
442
- Subsequent <a>grid tracks</a> can be separated by <a href="#gutters">gutters</a> or <a href="#grid-align">alignment spacing</a>,
443
- but are otherwise immediately adjacent.
+ Adjacent <a>grid tracks</a> can be separated by <a href="#gutters">gutters</a> or <a href="#grid-align">alignment spacing</a>,
+ but are otherwise packed tightly.
444
445
A <dfn export>grid cell</dfn> is the similar term for the full grid—it
446
is the space between two adjacent row and two adjacent column <a>grid lines</a>.
0 commit comments