Move HOME quote below project card as full-width block
Pull the long neuroaesthetics quote out of the two-column grid and place it as a standalone full-width element beneath the HOME project card, styled as a dark block with gold accent border. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
c48139e0fb
commit
feb02967f8
|
|
@ -283,6 +283,18 @@
|
|||
color: var(--gold);
|
||||
}
|
||||
|
||||
.project-quote {
|
||||
margin-top: 3rem;
|
||||
padding: 2.5rem;
|
||||
background: var(--earth);
|
||||
color: var(--sand);
|
||||
border-left: 3px solid var(--gold);
|
||||
font-family: 'Cormorant Garamond', serif;
|
||||
font-size: clamp(1.1rem, 2vw, 1.35rem);
|
||||
font-style: italic;
|
||||
line-height: 1.7;
|
||||
}
|
||||
|
||||
/* INSTALLATIONS */
|
||||
.installations-section {
|
||||
background: var(--midnight);
|
||||
|
|
@ -854,9 +866,9 @@
|
|||
<span class="sensory-tag">Cinemagraphs</span>
|
||||
<span class="sensory-tag">Scent</span>
|
||||
</div>
|
||||
<div class="quote" style="margin-top: 1.5rem;">“How can we create both an externalized nervous system through design technology and an internalized nervous regulator through story and somatic sensory experiencing — linking the knowledge and ancient tech that has always been there to the technology of today?”</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="quote project-quote reveal">“How can we create both an externalized nervous system through design technology and an internalized nervous regulator through story and somatic sensory experiencing — linking the knowledge and ancient tech that has always been there to the technology of today?”</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue