margin
This commit is contained in:
parent
4afce9bb3a
commit
e09ea98f1c
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ export default async function Page({ params: paramsPromise }: Args) {
|
||||||
<div style={{ position: 'fixed', inset: 0, zIndex: 0 }}>
|
<div style={{ position: 'fixed', inset: 0, zIndex: 0 }}>
|
||||||
<HeroBackground showToggle={false} />
|
<HeroBackground showToggle={false} />
|
||||||
</div>
|
</div>
|
||||||
<article className="pt-16 pb-24" style={{ position: 'relative', zIndex: 1 }}>
|
<article className="pt-16 pb-8" style={{ position: 'relative', zIndex: 1 }}>
|
||||||
<PageClient />
|
<PageClient />
|
||||||
<PayloadRedirects disableNotFound url={url} />
|
<PayloadRedirects disableNotFound url={url} />
|
||||||
{draft && <LivePreviewListener />}
|
{draft && <LivePreviewListener />}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue