Skip to content

Commit fff53d3

Browse files
committed
Changed Gap Size
From components/Hero/Index.tsx line no. 35 changed from gap-10 to gap-16
1 parent 2c07e9c commit fff53d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Hero/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const HeroSection: FunctionComponent<HeroSectionProps> = () => {
3232
<>
3333
<div
3434
className={
35-
"w-full min-h-screen flex flex-col gap-10 font-JetBrains " + styles.hero
35+
"w-full min-h-screen flex flex-col gap-16 font-JetBrains " + styles.hero
3636
}
3737
>
3838
<div className="mx-auto mt-6">

0 commit comments

Comments
 (0)