sendou.ink/app/features/tier-list-maker/components/ItemPool.module.css
Kalle 187e1aa105
Some checks are pending
E2E Tests / e2e (push) Waiting to run
Tests and checks on push / run-checks-and-tests (push) Waiting to run
Updates translation progress / update-translation-progress-issue (push) Waiting to run
Tier list maker feature (#2634)
2025-11-16 16:30:24 +02:00

6 lines
64 B
CSS

.pool {
display: flex;
flex-wrap: wrap;
gap: var(--s-2-5);
}