patx/voldservices

shorten scroll

Commit 57caf7e · patx · 2026-08-19T00:41:53-04:00

Changeset
57caf7ea7fe6f8440acf91758aa8016b01ea1c3e
Parents
827ee990738744122dacadcd359df1eee03f1144

View source at this commit

Comments

No comments yet.

Log in to comment

Diff

diff --git a/docs/index.html b/docs/index.html
index 4432000..f33320c 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -374,8 +374,8 @@
     .hero {
       position: relative;
       isolation: isolate;
-      height: 300vh;
-      height: 300svh;
+      height: 220vh;
+      height: 220svh;
       scroll-margin-top: var(--nav-h);
     }
 
@@ -1352,7 +1352,7 @@
       .strip-inner span { width: auto; white-space: nowrap; }
       .strip-viewport:hover .strip-inner { animation-play-state: paused; }
       .btn-row .btn { width: 100%; }
-      .hero { height: 300vh; height: 300svh; }
+      .hero { height: 220vh; height: 220svh; }
       .hero-sticky {
         align-items: start;
         padding-top: calc(var(--nav-h) + 54px);