Merge pull request #129 from yujioshiro/grid-layout

Fixed typo in grid-layout-2 exercise
This commit is contained in:
Eric Olkowski 2022-01-31 21:09:07 -05:00 committed by GitHub
commit 9d71adb6e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ When the browser is stretched wide:
- The grid has two columns
- The grid has four rows
- The grid tracks do not use static sizes (no pixels!)
- The first column is three times larger than the other
- The second column is three times larger than the other
- The third row is five times larger than the others
- The rows and columns stretch wider when making the browser window bigger
- The rows and columns stretch taller when making the browser window smaller