Skip to content

Commit

Permalink
the grid-template-row command seems unnecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
mengxihe authored Jun 26, 2022
1 parent 3410acf commit 2734b65
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 2734b65

Please sign in to comment.