patx/voldservices
shorten scroll
Commit 89fb6a4 · patx · 2026-08-19T00:43:13-04:00
Comments
No comments yet.
Diff
diff --git a/docs/index.html b/docs/index.html
index f33320c..4432000 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -374,8 +374,8 @@
.hero {
position: relative;
isolation: isolate;
- height: 220vh;
- height: 220svh;
+ height: 300vh;
+ height: 300svh;
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: 220vh; height: 220svh; }
+ .hero { height: 300vh; height: 300svh; }
.hero-sticky {
align-items: start;
padding-top: calc(var(--nav-h) + 54px);