This commit is contained in:
syuilo
2022-12-25 15:43:46 +09:00
parent 37d137b475
commit 477437282d
3 changed files with 5 additions and 5 deletions

View File

@@ -82,7 +82,7 @@ onMounted(async () => {
.root {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
grid-gap: 16px;
grid-gap: 12px;
&:global {
> .item {