Skip to content

Commit 1506d63

Browse files
committed
fix: remove arbitrary value
1 parent 3e99d11 commit 1506d63

File tree

1 file changed

+1
-1
lines changed
  • src/components/sections/homepage

1 file changed

+1
-1
lines changed

src/components/sections/homepage/Main.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default function MainSection(): ReactElement {
4141
<Section type="default" padding="p-0">
4242
<div className="w-full lg:py-24 pt-24 pb-8">
4343
<h1 className="lg:text-8xl md:text-6xl text-5xl leading-none tracking-tighter">{t("page.index.main.title")}</h1>
44-
<p className="lg:text-8xl md:text-6xl text-[40px] py-2 lg:py-0 md:py-0 sm:py-0 text-gray-400 tracking-tighter leading-none">
44+
<p className="lg:text-8xl md:text-6xl text-4.5xl py-2 lg:py-0 md:py-0 sm:py-0 text-gray-400 tracking-tighter leading-none">
4545
{t("page.index.main.subtitle")}
4646
</p>
4747
</div>

0 commit comments

Comments
 (0)