Skip to content

Commit 1b539de

Browse files
authored
chore: tweak text style (#500)
1 parent 1e1c0d4 commit 1b539de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/pages/home/hero/hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const Hero = ({ latestVersion }: { latestVersion: { number: string; slug: string
3030
</Link>
3131
)}
3232
<header className="relative mt-4 xl:mt-3.5 sm:mt-3">
33-
<h1 className="mx-auto mt-3 max-w-4xl text-center font-title text-108 font-semibold leading-none xl:text-80 xl:leading-none md:text-48 md:leading-none sm:text-48 sm:leading-95">
33+
<h1 className="mx-auto mt-3 max-w-4xl text-balance text-center font-title text-108 font-semibold leading-none xl:text-80 xl:leading-none md:text-48 md:leading-none sm:text-48 sm:leading-95">
3434
Database CI/CD and Security{' '}
3535
<mark className="whitespace-nowrap bg-transparent text-center text-primary-1">
3636
at Scale

src/components/pages/pricing/hero/card/card.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const Card = ({
6464
<span
6565
className={clsx(
6666
'relative mt-4 font-title text-104 font-semibold leading-none tracking-tighter text-gray-15 lg:text-72 lg:tracking-normal md:mt-3 md:text-56',
67-
{ 'text-primary-1 lg:-ml-11 sm:ml-0': planTitle.toLowerCase() === 'enterprise' },
67+
{ 'text-primary-1': planTitle.toLowerCase() === 'enterprise' },
6868
)}
6969
>
7070
{typeof price === 'number' ? `$${price}` : price}

0 commit comments

Comments
 (0)