fix: update page-header-description to center-align text

This commit is contained in:
Bart van der Braak 2024-01-15 13:33:33 +01:00
parent 4ffd020ca6
commit 742f905aea

View file

@ -6,7 +6,10 @@
export { className as class };
</script>
<p class={cn('max-w-[750px] text-lg text-muted-foreground sm:text-xl', className)} {...$$restProps}>
<p
class={cn('max-w-[750px] text-center text-lg text-muted-foreground sm:text-xl', className)}
{...$$restProps}
>
<Balancer>
<slot />
</Balancer>