From 2738eefee1a2bfbf6cfdbdef60ebbea4ac5ff937 Mon Sep 17 00:00:00 2001 From: Michael Foiani Date: Tue, 6 Sep 2022 14:19:23 -0400 Subject: website basically done - fixed some formatting on where the pastries land --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script.js') diff --git a/script.js b/script.js index ad80f63..5a978bd 100644 --- a/script.js +++ b/script.js @@ -20,7 +20,7 @@ const observer = new IntersectionObserver(entries => { } }, { threshold: [...Array(THRESHOLD_FIDELITY).keys()].map(num => num/THRESHOLD_FIDELITY), - rootMargin: '-150px 0px 0px 0px' + rootMargin: '-125px 0px 0px 0px' }); // after two seconds pause the video -- cgit v1.2.3-70-g09d2