init elas atelier #1
@@ -60,9 +60,6 @@ const total = posts.length;
|
|||||||
<section class="relative mb-16 md:mb-24">
|
<section class="relative mb-16 md:mb-24">
|
||||||
<div class="flex flex-col md:flex-row md:items-end gap-8 md:gap-12">
|
<div class="flex flex-col md:flex-row md:items-end gap-8 md:gap-12">
|
||||||
<div class="flex-1 max-w-2xl">
|
<div class="flex-1 max-w-2xl">
|
||||||
<div class="font-display italic text-[var(--subtext0)] text-sm tracking-[0.3em] uppercase mb-4">
|
|
||||||
Currently arranged — {new Date().toLocaleDateString('en-US', { month: 'long', year: 'numeric' })}
|
|
||||||
</div>
|
|
||||||
<h1 class="font-display italic font-semibold text-[var(--text)] text-5xl md:text-7xl lg:text-8xl leading-[0.95] tracking-tight mb-6">
|
<h1 class="font-display italic font-semibold text-[var(--text)] text-5xl md:text-7xl lg:text-8xl leading-[0.95] tracking-tight mb-6">
|
||||||
{isAdmin ? (
|
{isAdmin ? (
|
||||||
<EditableText
|
<EditableText
|
||||||
@@ -113,10 +110,6 @@ const total = posts.length;
|
|||||||
{total === 1 ? 'work hanging' : 'works hanging'},
|
{total === 1 ? 'work hanging' : 'works hanging'},
|
||||||
<span class="font-hand text-[var(--mauve)] text-xl ml-1">arranged below</span>
|
<span class="font-hand text-[var(--mauve)] text-xl ml-1">arranged below</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="mt-4 h-px bg-[var(--surface2)]"></div>
|
|
||||||
<div class="mt-3 text-[var(--subtext0)] font-display italic text-sm">
|
|
||||||
Scroll the room — no two visits the same.
|
|
||||||
</div>
|
|
||||||
</aside>
|
</aside>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user