Align HOME quote under photo on right half, swap to cover-wide image

- Move the neuroaesthetics quote to the right 50% column, aligned
  beneath the project photo instead of spanning full width
- Replace HOME image with cover-wide.jpg from home.cinesthesia.art
- Falls back to full-width on mobile

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-03-19 15:52:13 -07:00
parent feb02967f8
commit bef0b07fbc
2 changed files with 7 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 594 KiB

After

Width:  |  Height:  |  Size: 208 KiB

View File

@ -284,7 +284,8 @@
}
.project-quote {
margin-top: 3rem;
margin-top: -3rem;
margin-left: 50%;
padding: 2.5rem;
background: var(--earth);
color: var(--sand);
@ -778,6 +779,11 @@
gap: 2rem;
}
.project-quote {
margin-left: 0;
margin-top: 2rem;
}
.ig-strip a {
aspect-ratio: 1;
}