levkin.ca/shared/stack-vars.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

8 lines
155 B
CSS

/* Original working sticky stack (cfca7aa) */
:root {
--stack-nav: 2.5rem;
--stack-stick: 3.5rem;
--stack-step: 2.75rem;
--stack-card-min: 52vh;
}