Skip to content

Commit 4e1a110

Browse files
committed
[css-align-3] Remove mention of row/column axes.
1 parent 7554be8 commit 4e1a110

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-align-3/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1034,12 +1034,12 @@ The 'justify-content' and 'align-content' Properties</h3>
10341034
<tr>
10351035
<th>'align-content' Axis
10361036
<td>
1037-
The <a lt="block axis">block (column) axis</a>,
1037+
The <a>block axis</a>,
10381038
aligning the <a>grid rows</a>.
10391039
<tr>
10401040
<th>'justify-content' Axis
10411041
<td>
1042-
The <a lt="inline axis">inline (row) axis</a>,
1042+
The <a>inline axis</a>,
10431043
aligning the <a>grid columns</a>.
10441044
<tr>
10451045
<th>''justify-content/normal'' Behavior

0 commit comments

Comments
 (0)