Skip to content

Commit 92e142a

Browse files
committed
[css-align] Fix the initial value for justify/align-content.
1 parent f6a4ce2 commit 92e142a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-align/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ Content Distribution: the 'justify-content' and 'align-content' properties</h2>
492492
<pre class="propdef">
493493
Name: justify-content, align-content
494494
Value: normal | <<baseline-position>> | <<content-distribution>> || [ <<overflow-position>>? && <<content-position>> ]
495-
Initial: auto
495+
Initial: normal
496496
Applies to: block containers, flex containers, and grid containers
497497
Inherited: no
498498
Percentages: n/a

0 commit comments

Comments
 (0)