Commit 5bef1767 authored by NGPixel's avatar NGPixel

fix: Updated scroll speed and offset

parent 19524562
...@@ -15,8 +15,8 @@ $(() => { ...@@ -15,8 +15,8 @@ $(() => {
// ==================================== // ====================================
$('a').smoothScroll({ $('a').smoothScroll({
speed: 400, speed: 500,
offset: -70 offset: -50
}) })
$('.stickyscroll').sticky({ topSpacing: 15 }) $('.stickyscroll').sticky({ topSpacing: 15 })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment