Skip to content

Commit c479cda

Browse files
committed
[css-flexbox] Fix broken link.
1 parent 8fe5c38 commit c479cda

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css-flexbox/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1146,7 +1146,7 @@ Reordering and Accessibility</h4>
11461146

11471147
<p>
11481148
As an added bonus,
1149-
the columns will all be <a href="#propdef-align-stretch">equal-height</a> by default,
1149+
the columns will all be <a href="#valuedef-stretch0">equal-height</a> by default,
11501150
and the main content will be as wide as necessary to fill the screen.
11511151
Additionally,
11521152
this can then be combined with media queries to switch to an all-vertical layout on narrow screens:

css-flexbox/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1204,7 +1204,7 @@ <h4 class="heading settled heading" data-level=5.4.1 id=order-accessibility><spa
12041204
#main &gt; aside { order: 3; width: 200px; }</pre>
12051205
<p>
12061206
As an added bonus,
1207-
the columns will all be <a href=#propdef-align-stretch>equal-height</a> by default,
1207+
the columns will all be <a href=#valuedef-stretch0>equal-height</a> by default,
12081208
and the main content will be as wide as necessary to fill the screen.
12091209
Additionally,
12101210
this can then be combined with media queries to switch to an all-vertical layout on narrow screens:

0 commit comments

Comments
 (0)