Skip to content

Commit 0e195fd

Browse files
committed
[css-grid] Update figure numbers. Fixes #1278
1 parent 76e8611 commit 0e195fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-grid/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ Adapting Layouts to Available Space</h4>
217217
* 1. the first sized to content,
218218
* 2. the second receives the remaining space
219219
* (but is never smaller than the minimum size of the board
220-
* or the game controls, which occupy this column [Figure 3])
220+
* or the game controls, which occupy this column [Figure 4])
221221
*
222222
* Three rows:
223223
* 3. the first sized to content,
@@ -278,7 +278,7 @@ Source-Order Independence</h4>
278278

279279
Continuing the prior example,
280280
the author also wants the game to adapt to different devices.
281-
Also, the game should optimize the placement of the components when viewed either in portrait or landscape orientation (Figures 4 and 5).
281+
Also, the game should optimize the placement of the components when viewed either in portrait or landscape orientation (Figures 6 and 7).
282282
By combining grid layout with media queries,
283283
the author is able to use the same semantic markup,
284284
but rearrange the layout of elements independent of their source order,

0 commit comments

Comments
 (0)