File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -67,16 +67,14 @@ const PageHero = ({
67
67
"me-0 lg:me-4"
68
68
) }
69
69
>
70
- < h1 className = "mb-4 mt-0 text-md font-normal uppercase !leading-[1.4] lg:mt-8" >
70
+ < h1 className = "mb-4 mt-0 text-md font-normal uppercase !leading-xs lg:mt-8" >
71
71
{ title }
72
72
</ h1 >
73
73
74
- < h2 className = "mb-0 mt-8 max-w-full text-[2.5rem] font-bold !leading-[1.4] lg:mt-12 lg:text-5xl" >
74
+ < h2 className = "mb-0 mt-8 max-w-full text-[2.5rem] font-bold !leading-xs lg:mt-12 lg:text-5xl" >
75
75
{ header }
76
76
</ h2 >
77
- < p className = "mb-8 mt-4 text-xl !leading-[1.4] lg:text-2xl" >
78
- { subtitle }
79
- </ p >
77
+ < p className = "mb-8 mt-4 text-xl !leading-xs lg:text-2xl" > { subtitle } </ p >
80
78
81
79
{ buttons && (
82
80
< Flex className = "gap-2 overflow-visible [&_ul]:m-0" >
You can’t perform that action at this time.
0 commit comments