Skip to content

Commit cb22cf1

Browse files
authored
Responsive Holy Grail: Clarify self check points (#609)
Not all rows would grow taller on narrowing.
1 parent d86329d commit cb22cf1

File tree

1 file changed

+3
-2
lines changed
  • intermediate-html-css/advanced-grid/01-responsive-holy-grail

1 file changed

+3
-2
lines changed

intermediate-html-css/advanced-grid/01-responsive-holy-grail/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ When the browser is stretched wide:
2323
- The grid tracks do not use static sizes (no pixels!)
2424
- The second column is three times larger than the other
2525
- The third row is five times larger than the others
26-
- The rows and columns stretch wider when making the browser window bigger
27-
- The rows and columns stretch taller when making the browser window smaller
26+
- The columns narrow and widen as the viewport changes size
27+
- Row 3 gets taller to accomodate text wrapping as you narrow the viewport size
28+

0 commit comments

Comments
 (0)