Skip to content

Commit 5ad5899

Browse files
fix: hero text overflow issue fixed
1 parent 657f56e commit 5ad5899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Hero.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ const Hero = () => {
241241
<div className='mx-auto max-w-7xl'>
242242
<h1
243243
id='heroHeadline'
244-
className='max-w-5xl mx-auto overflow-hidden text-5xl font-extrabold leading-tight tracking-tight sm:text-6xl lg:text-7xl'
244+
className='max-w-5xl mx-auto text-5xl font-extrabold leading-[1.15] tracking-tight sm:text-6xl lg:text-7xl pb-2'
245245
>
246246
Transform your vision into
247247
<br />

0 commit comments

Comments
 (0)