Skip to content

Commit

Permalink
fixing grid-gap
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelandrew committed Sep 1, 2021
1 parent 0b9503c commit 6008e99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions box-alignment/overview/grid-gap.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
.box {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 10px 2em;
gap: 10px 2em;
}

.box :first-child {
Expand All @@ -97,7 +97,7 @@
.box {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 10px 2em;
gap: 10px 2em;
}

.box :first-child {
Expand Down

0 comments on commit 6008e99

Please sign in to comment.