levkin.ca/shared/stack-layout.css
ilia 09b0f498ba Restore original sticky stack (cfca7aa): no scroll-sections, 52vh cards.
Reverts scroll-section/pull/is-stuck experiments that broke cover behavior.
Each card: sticky + stepped top + z-index; next card slides over previous.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-21 09:40:52 -04:00

7 lines
102 B
CSS

/* Spacer after L6 so scroll can stop */
.stack-stop,
.stop {
height: 1px;
margin-bottom: 4rem;
}