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:
parent
feb02967f8
commit
bef0b07fbc
Binary file not shown.
|
Before Width: | Height: | Size: 594 KiB After Width: | Height: | Size: 208 KiB |
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue