mirror of
https://github.com/spliit-app/spliit.git
synced 2026-02-28 02:16:12 +01:00
Gradient on landing page
This commit is contained in:
@@ -57,3 +57,11 @@
|
|||||||
@apply bg-background text-foreground;
|
@apply bg-background text-foreground;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.landing-header {
|
||||||
|
@apply bg-gradient-to-br from-emerald-800 to-emerald-600 dark:from-emerald-300 dark:to-emerald-600 bg-clip-text;
|
||||||
|
}
|
||||||
|
|
||||||
|
.landing-header strong {
|
||||||
|
@apply font-bold text-transparent;
|
||||||
|
}
|
||||||
|
|||||||
@@ -33,8 +33,9 @@ export default function HomePage() {
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
<h1 className="!leading-none font-bold text-3xl sm:text-5xl md:text-6xl lg:text-7xl">
|
<h1 className="!leading-none font-bold text-3xl sm:text-5xl md:text-6xl lg:text-7xl landing-header">
|
||||||
Share Expenses <br /> with Friends & Family
|
Share <strong>Expenses</strong> <br /> with <strong>Friends</strong>{' '}
|
||||||
|
& <strong>Family</strong>
|
||||||
</h1>
|
</h1>
|
||||||
<p className="max-w-[42rem] leading-normal text-muted-foreground sm:text-xl sm:leading-8">
|
<p className="max-w-[42rem] leading-normal text-muted-foreground sm:text-xl sm:leading-8">
|
||||||
No ads. No account. <br className="sm:hidden" /> Open Source.
|
No ads. No account. <br className="sm:hidden" /> Open Source.
|
||||||
|
|||||||
Reference in New Issue
Block a user