Merge pull request #187 from mengxihe/patch-2

grid/03-grid-layout-3/solution/solution.css : the grid-template-row command seems unnecessary
This commit is contained in:
Daniel Murphy 2022-07-12 19:48:09 -04:00 committed by GitHub
commit 2085586d9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -144,7 +144,6 @@
.article {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
grid-template-rows: repeat(2, 1fr);
gap: 15px;
}