Merge pull request #200 from bartvdbraak/fix/center-description

Fix center alignment of page header description
This commit is contained in:
Bart van der Braak 2024-01-15 13:38:35 +01:00 committed by GitHub
commit 296325e25a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>