Skip to content

Commit 33a28b4

Browse files
committed
[css-align] Fixed headings.
1 parent aa0a591 commit 33a28b4

File tree

2 files changed

+34
-34
lines changed

2 files changed

+34
-34
lines changed

css-align/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ Alignment Values</h2>
184184
</dl>
185185

186186
<h3 id='positional-values'>
187-
Positional Alignment: the ''center'', ''stretch'', ''start'', ''end'', ''self-start'', ''self-end'', ''flex-start'', ''flex-end'', ''left'', and ''right'' keywords</h3>
187+
Positional Alignment: the ''center'', ''start'', ''end'', ''self-start'', ''self-end'', ''flex-start'', ''flex-end'', ''left'', and ''right'' keywords</h3>
188188

189189
The positional alignment keywords specify a position for an <a>alignment subject</a>
190190
with respect to its <a>alignment container</a>.
@@ -351,7 +351,7 @@ Baseline Alignment: the ''baseline'' and ''last-baseline'' keywords</h3>
351351

352352

353353
<h3 id='distribution-values'>
354-
Distributed Alignment: the ''space-between'', ''space-around'', and ''space-evenly'' keywords</h3>
354+
Distributed Alignment: the ''center'', ''space-between'', ''space-around'', and ''space-evenly'' keywords</h3>
355355

356356
The distribution values are used by 'justify-content' and 'align-content'
357357
to distribute the items in the <a>alignment subject</a>

0 commit comments

Comments
 (0)