Skip to content

Commit af30733

Browse files
committed
chore: improve slogan style
1 parent 12c33e2 commit af30733

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

tailwind.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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: {

0 commit comments

Comments
 (0)