We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 449fe03 commit 716e938Copy full SHA for 716e938
src/components/hero/Hero.tsx
@@ -24,7 +24,7 @@ const Hero = () => {
24
</h1>
25
<div className="flex justify-center gap-16 text-normal">
26
<div className="max-w-xl">
27
- <p className="pb-4 border-b-2 border-stone-400">
+ <p className="pb-4 border-b-2 border-stone-400 leading-7 lg:leading-8">
28
This website serves as a{' '}
29
<strong className="font-mono px-0.5 text-large">
30
Landing Page
@@ -83,7 +83,7 @@ const Hero = () => {
83
</Link>
84
</Button>
85
</p>
86
- <p className="py-4 border-b-2 border-stone-400">
+ <p className="py-4 border-b-2 border-stone-400 leading-7 lg:leading-8">
87
It makes use of the{' '}
88
89
/comments
0 commit comments