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 3e99d11 commit 1506d63Copy full SHA for 1506d63
src/components/sections/homepage/Main.tsx
@@ -41,7 +41,7 @@ export default function MainSection(): ReactElement {
41
<Section type="default" padding="p-0">
42
<div className="w-full lg:py-24 pt-24 pb-8">
43
<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">
+ <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">
45
{t("page.index.main.subtitle")}
46
</p>
47
</div>
0 commit comments