mirror of
https://github.com/spliit-app/spliit.git
synced 2026-02-27 09:56:12 +01:00
Add background
This commit is contained in:
@@ -67,7 +67,7 @@ export default function RootLayout({
|
|||||||
{env.PLAUSIBLE_DOMAIN && (
|
{env.PLAUSIBLE_DOMAIN && (
|
||||||
<PlausibleProvider domain={env.PLAUSIBLE_DOMAIN} trackOutboundLinks />
|
<PlausibleProvider domain={env.PLAUSIBLE_DOMAIN} trackOutboundLinks />
|
||||||
)}
|
)}
|
||||||
<body className="pt-16 min-h-[100dvh] flex flex-col items-stretch">
|
<body className="pt-16 min-h-[100dvh] flex flex-col items-stretch bg-slate-50 bg-opacity-30 dark:bg-background">
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
attribute="class"
|
attribute="class"
|
||||||
defaultTheme="system"
|
defaultTheme="system"
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ export default function HomePage() {
|
|||||||
<main>
|
<main>
|
||||||
<section className="py-16 md:py-24 lg:py-32">
|
<section className="py-16 md:py-24 lg:py-32">
|
||||||
<div className="container flex max-w-screen-md flex-col items-center gap-4 text-center">
|
<div className="container flex max-w-screen-md flex-col items-center gap-4 text-center">
|
||||||
<h1 className="!leading-none font-bold text-3xl sm:text-5xl md:text-6xl lg:text-7xl landing-header">
|
<h1 className="!leading-none font-bold text-3xl sm:text-5xl md:text-6xl lg:text-7xl landing-header py-2">
|
||||||
Share <strong>Expenses</strong> <br /> with <strong>Friends</strong>{' '}
|
Share <strong>Expenses</strong> <br /> with <strong>Friends</strong>{' '}
|
||||||
& <strong>Family</strong>
|
& <strong>Family</strong>
|
||||||
</h1>
|
</h1>
|
||||||
|
|||||||
Reference in New Issue
Block a user