This commit is contained in:
parent
55b12ef3b7
commit
b01dc5c161
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
.grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, 200px);
|
||||
grid-template-columns: repeat(auto-fit, 200px);
|
||||
justify-content: center;
|
||||
column-gap: 30px;
|
||||
row-gap: 15px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue