Skip to content

Commit

Permalink
chore(website): remove text-balance from heading
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermerodz committed Feb 19, 2024
1 parent 039974a commit cd79dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/page-header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function PageHeaderHeading({
return (
<h1
className={cn(
"text-center text-3xl font-bold leading-tight tracking-tighter md:text-6xl lg:leading-[1.1] text-balance",
"text-center text-3xl font-bold leading-tight tracking-tighter md:text-6xl lg:leading-[1.1] max-w-[330px] md:max-w-[500px] ",
className
)}
{...props}
Expand Down

0 comments on commit cd79dc2

Please sign in to comment.