Skip to content

Commit 6008e99

Browse files
committed
fixing grid-gap
1 parent 0b9503c commit 6008e99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

box-alignment/overview/grid-gap.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
.box {
7373
display: grid;
7474
grid-template-columns: 1fr 1fr 1fr;
75-
grid-gap: 10px 2em;
75+
gap: 10px 2em;
7676
}
7777

7878
.box :first-child {
@@ -97,7 +97,7 @@
9797
.box {
9898
display: grid;
9999
grid-template-columns: 1fr 1fr 1fr;
100-
grid-gap: 10px 2em;
100+
gap: 10px 2em;
101101
}
102102

103103
.box :first-child {

0 commit comments

Comments
 (0)