mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-27 09:31:21 +00:00
Merge pull request #200 from bartvdbraak/fix/center-description
Fix center alignment of page header description
This commit is contained in:
commit
296325e25a
1 changed files with 4 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue