the grid-template-row command seems unnecessary

This commit is contained in:
Mengxi He 2022-06-26 12:57:55 +02:00 committed by GitHub
parent 3410acf607
commit 2734b6558d
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 { .article {
display: grid; display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
grid-template-rows: repeat(2, 1fr);
gap: 15px; gap: 15px;
} }