File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments