the grid-template-row command seems unnecessary
This commit is contained in:
parent
3410acf607
commit
2734b6558d
|
@ -144,7 +144,6 @@
|
|||
.article {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
|
||||
grid-template-rows: repeat(2, 1fr);
|
||||
gap: 15px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue