Skip to content
This repository was archived by the owner on Sep 25, 2019. It is now read-only.

Commit a6a0266

Browse files
CharmedSatyrraisedadead
authored andcommitted
fix(challenges): grammar fix in css-grid auto-fit challenge (#60)
1 parent 7105507 commit a6a0266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

challenges/01-responsive-web-design/css-grid.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1278,7 +1278,7 @@
12781278
"id": "5a94fe6269fb03452672e462",
12791279
"title": "Create Flexible Layouts Using auto-fit",
12801280
"description": [
1281-
"<code>auto-fit</code> works almost identical to <code>auto-fill</code>. The only difference is that when the container's size exceeds the size of all the items combined, <code>auto-fill</code> keeps inserting empty rows or columns and pushes your items to the side, while <code>auto-fit</code> collapses those empty rows or columns and stretches your items to fit the size of the container.",
1281+
"<code>auto-fit</code> works almost identically to <code>auto-fill</code>. The only difference is that when the container's size exceeds the size of all the items combined, <code>auto-fill</code> keeps inserting empty rows or columns and pushes your items to the side, while <code>auto-fit</code> collapses those empty rows or columns and stretches your items to fit the size of the container.",
12821282
"<strong>Note</strong><br>If your container can't fit all your items on one row, it will move them down to a new one.",
12831283
"<hr>",
12841284
"In the second grid, use <code>auto-fit</code> with <code>repeat</code> to fill the grid with columns that have a minimum width of <code>60px</code> and maximum of <code>1fr</code>. Then resize the preview to see the difference."

0 commit comments

Comments
 (0)