fixed search below content + light editor and search
This commit is contained in:
@@ -76,7 +76,7 @@ const year = new Date().getFullYear();
|
||||
<body class="text-text">
|
||||
<div class="salon-atmosphere" aria-hidden="true"></div>
|
||||
|
||||
<header class="border-b border-[var(--surface2)]/60 relative z-10">
|
||||
<header class="border-b border-[var(--surface2)]/60">
|
||||
<div class="max-w-6xl mx-auto px-6 md:px-10 py-5 md:py-7 flex flex-col md:flex-row md:items-end gap-4 md:gap-6">
|
||||
<a href="/" class="nameplate group" aria-label="Home">
|
||||
{isAdmin ? (
|
||||
@@ -129,11 +129,11 @@ const year = new Date().getFullYear();
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<main class={`mx-auto px-6 md:px-10 py-10 md:py-16 relative z-10 ${wide ? 'max-w-[95vw]' : 'max-w-6xl'}`}>
|
||||
<main class={`mx-auto px-6 md:px-10 py-10 md:py-16 ${wide ? 'max-w-[95vw]' : 'max-w-6xl'}`}>
|
||||
<slot />
|
||||
</main>
|
||||
|
||||
<footer class="max-w-6xl mx-auto px-6 md:px-10 py-12 md:py-16 text-center border-t border-[var(--surface2)]/40 mt-12 relative z-10">
|
||||
<footer class="max-w-6xl mx-auto px-6 md:px-10 py-12 md:py-16 text-center border-t border-[var(--surface2)]/40 mt-12">
|
||||
<div class="section-rule mb-6">
|
||||
<span class="ornament">✦</span>
|
||||
<span class="font-display italic text-[var(--subtext0)] text-sm">end of catalogue</span>
|
||||
|
||||
Reference in New Issue
Block a user