Skip to content

Commit d9d9d67

Browse files
authored
Grid-gap -> gap (mdn#159)
1 parent 59b4696 commit d9d9d67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-cookbook/card--download.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
.cards {
2929
display: grid;
3030
grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
31-
grid-gap: 20px;
31+
gap: 20px;
3232
max-width: 800px;
3333
margin: 1em auto;
3434
}

0 commit comments

Comments
 (0)