불필요한 css 제거

This commit is contained in:
static
2025-01-08 23:50:35 +09:00
parent 6559381ed4
commit 96cdb2d1b5
13 changed files with 16 additions and 17 deletions

View File

@@ -29,7 +29,7 @@
>
<AdaptiveDiv>
<div class="flex h-full items-center justify-center">
<div onclick={(e) => e.stopPropagation()} class="max-w-full rounded-2xl bg-white p-4">
<div onclick={(e) => e.stopPropagation()} class="rounded-2xl bg-white p-4">
{@render children?.()}
</div>
</div>