File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1379,7 +1379,7 @@ Block/Cross-Axis Alignment: the 'align-items' property</h3>
13791379 Name : align-items
13801380 Value : normal | stretch | <<baseline-position>> | [ <<overflow-position>>? && <<self-position>> ]
13811381 Initial : normal
1382- Applies to : block-level elements
1382+ Applies to : flex containers and grid containers
13831383 Inherited : no
13841384 Percentages : n/a
13851385 Media : visual
@@ -1400,12 +1400,12 @@ Self-Alignment Shorthand: the 'place-items' property</h3>
14001400 <pre class="propdef">
14011401 Name : place-items
14021402 Value : [ auto | normal | stretch | <<baseline-position>> | <<self-position>> ]{1,2}
1403- Initial : auto
1404- Applies to : block-level boxes, absolutely-positioned boxes, and grid items
1403+ Initial : see individual properties
1404+ Applies to : see individual properties
14051405 Inherited : no
14061406 Percentages : n/a
14071407 Media : visual
1408- Computed value : specified value
1408+ Computed value : see individual properties
14091409 Animatable : no
14101410 </pre>
14111411
You can’t perform that action at this time.
0 commit comments