레이아웃 수정

This commit is contained in:
static
2025-01-02 03:08:11 +09:00
parent 314b8cca5c
commit 58eac9a694
11 changed files with 141 additions and 127 deletions

View File

@@ -2,6 +2,6 @@
let { children } = $props();
</script>
<div class="mx-auto h-full w-full max-w-screen-md">
<div class="mx-auto w-full max-w-screen-md">
{@render children?.()}
</div>