File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
src/components/pages/home/hero Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ const Hero = ({ latestVersion }: { latestVersion: { number: string; slug: string
146146 </ Link >
147147 ) }
148148 < div className = "relative mt-4 xl:mt-3.5 sm:mt-3" >
149- < h1 className = "font-title text-120 font-semibold leading-none 3xl:max-w-4xl xl:max-w-2xl xl:text-90 xl:leading-95 md:max-w-2xl md:text-80 sm:text-48" >
149+ < h1 className = "font-title text-112 font-semibold leading-none 3xl:max-w-4xl xl:max-w-2xl xl:text-90 xl:leading-95 md:max-w-2xl md:text-80 sm:text-48" >
150150 Database CI/CD and < mark className = "bg-transparent text-primary-1" > Security</ mark > at
151151 Scale
152152 </ h1 >
Original file line number Diff line number Diff line change @@ -41,7 +41,9 @@ module.exports = {
4141 88 : '88px' ,
4242 90 : '90px' ,
4343 104 : '104px' ,
44+ 108 : '108px' ,
4445 112 : '112px' ,
46+ 116 : '116px' ,
4547 120 : '120px' ,
4648 } ,
4749 letterSpacing : {
You can’t perform that action at this time.
0 commit comments