Skip to content

Commit

Permalink
chore: fix form bottom margin
Browse files Browse the repository at this point in the history
  • Loading branch information
alextran1502 committed Jan 23, 2025
1 parent 50a2f61 commit ffdb7b7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions web/src/lib/components/layouts/AuthPageLayout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@
</VStack>
</CardHeader>

<div class="pb-4">
<CardBody>
{@render children?.()}
</CardBody>
</div>
<CardBody class="mb-4">
{@render children?.()}
</CardBody>
</Card>
</section>

0 comments on commit ffdb7b7

Please sign in to comment.