FIX: auto-fill => auto-fit
This commit is contained in:
parent
6f9237e06a
commit
40e2a0d77c
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
.service-list {
|
.service-list {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
|
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
|
||||||
grid-template-rows: repeat(4, auto);
|
grid-template-rows: repeat(4, auto);
|
||||||
|
|
||||||
& article {
|
& article {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue