diff options
author | Michael Foiani <sotech117@michaels-mbp-21.devices.brown.edu> | 2022-09-06 14:19:23 -0400 |
---|---|---|
committer | Michael Foiani <sotech117@michaels-mbp-21.devices.brown.edu> | 2022-09-06 14:19:23 -0400 |
commit | 2738eefee1a2bfbf6cfdbdef60ebbea4ac5ff937 (patch) | |
tree | b87cb00b73b04844e32bf5696ca8498558168b89 /script.js | |
parent | a8ebf0d5f5224a1d89945145ee6de1e3d79f7262 (diff) |
website basically done - fixed some formatting on where the pastries land
Diffstat (limited to 'script.js')
-rw-r--r-- | script.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |