adjust styling

This commit is contained in:
Elijah Duffy
2025-07-04 03:17:43 -07:00
parent e6e58ab106
commit 104d99661c
4 changed files with 21 additions and 13 deletions

View File

@@ -9,4 +9,6 @@
let { class: classList, children }: Props = $props();
</script>
<div class={['mt-4 flex min-w-80 items-end gap-2', classList]}>{@render children?.()}</div>
<div class={['mt-4 flex min-w-80 items-center justify-start gap-2', classList]}>
{@render children?.()}
</div>