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

Commit

Permalink
fix(challenges): minor css grid typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hireAlanAyala authored and scissorsneedfoodtoo committed Jul 12, 2018
1 parent ab912e4 commit f147430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion challenges/01-responsive-web-design/css-grid.json
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@
"id": "5a9036ee38fddaf9a66b5d37",
"title": "Add Gaps Faster with grid-gap",
"description": [
"<code>grid-gap</code> is a shorthand property for <code>grid-row-gap</code> and <code>grid-column-gap</code> from the previous two challenges that's more convenient to use. If <code>grid-gap</code> has one value, it will a create a gap between all rows and columns. However, if there are two values, it will use the first one to set the gap between the rows and the second value for the columns.",
"<code>grid-gap</code> is a shorthand property for <code>grid-row-gap</code> and <code>grid-column-gap</code> from the previous two challenges that's more convenient to use. If <code>grid-gap</code> has one value, it will create a gap between all rows and columns. However, if there are two values, it will use the first one to set the gap between the rows and the second value for the columns.",
"<hr>",
"Use <code>grid-gap</code> to introduce a <code>10px</code> gap between the rows and <code>20px</code> gap between the columns."
],
Expand Down

0 comments on commit f147430

Please sign in to comment.