File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -544,14 +544,14 @@ Sizing the Grid</h3>
544
544
545
545
<div class="example">
546
546
The following example justifies all columns
547
- by distributing any extra space among them,
547
+ by distributing any extra space between them,
548
548
and centers the grid in the <a>grid container</a>
549
549
when it is smaller than 100vh.
550
550
551
551
<pre>
552
552
main {
553
553
display: grid;
554
- grid: auto-flow 1fr / repeat(auto-fill, 5em);
554
+ grid: auto-flow auto / repeat(auto-fill, 5em);
555
555
min-height: 100vh;
556
556
justify-content: space-between;
557
557
align-content: safe center;
Original file line number Diff line number Diff line change @@ -544,14 +544,14 @@ Sizing the Grid</h3>
544
544
545
545
<div class="example">
546
546
The following example justifies all columns
547
- by distributing any extra space among them,
547
+ by distributing any extra space between them,
548
548
and centers the grid in the <a>grid container</a>
549
549
when it is smaller than 100vh.
550
550
551
551
<pre>
552
552
main {
553
553
display: grid;
554
- grid: auto-flow 1fr / repeat(auto-fill, 5em);
554
+ grid: auto-flow auto / repeat(auto-fill, 5em);
555
555
min-height: 100vh;
556
556
justify-content: space-between;
557
557
align-content: safe center;
You can’t perform that action at this time.
0 commit comments