Skip to content

Commit 716e938

Browse files
line height
1 parent 449fe03 commit 716e938

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/hero/Hero.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const Hero = () => {
2424
</h1>
2525
<div className="flex justify-center gap-16 text-normal">
2626
<div className="max-w-xl">
27-
<p className="pb-4 border-b-2 border-stone-400">
27+
<p className="pb-4 border-b-2 border-stone-400 leading-7 lg:leading-8">
2828
This website serves as a{' '}
2929
<strong className="font-mono px-0.5 text-large">
3030
Landing Page
@@ -83,7 +83,7 @@ const Hero = () => {
8383
</Link>
8484
</Button>
8585
</p>
86-
<p className="py-4 border-b-2 border-stone-400">
86+
<p className="py-4 border-b-2 border-stone-400 leading-7 lg:leading-8">
8787
It makes use of the{' '}
8888
<strong className="font-mono px-0.5 text-large">
8989
/comments

0 commit comments

Comments
 (0)