Skip to content

Commit

Permalink
Merge pull request #187 from mengxihe/patch-2
Browse files Browse the repository at this point in the history
grid/03-grid-layout-3/solution/solution.css : the grid-template-row command seems unnecessary
  • Loading branch information
dm-murphy authored Jul 12, 2022
2 parents 5279f7f + 2734b65 commit 2085586
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion grid/03-grid-layout-3/solution/solution.css
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@
.article {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
grid-template-rows: repeat(2, 1fr);
gap: 15px;
}

Expand Down

0 comments on commit 2085586

Please sign in to comment.