fix: center style
Some checks failed
Deploy / deploy (push) Has been cancelled

This commit is contained in:
Benno Tielen 2026-03-14 14:44:26 +01:00
parent 55b12ef3b7
commit b01dc5c161

View file

@ -1,6 +1,6 @@
.grid { .grid {
display: grid; display: grid;
grid-template-columns: repeat(auto-fill, 200px); grid-template-columns: repeat(auto-fit, 200px);
justify-content: center; justify-content: center;
column-gap: 30px; column-gap: 30px;
row-gap: 15px; row-gap: 15px;