fix: Updated scroll speed and offset
This commit is contained in:
parent
195245624e
commit
5bef17674d
@ -15,8 +15,8 @@ $(() => {
|
||||
// ====================================
|
||||
|
||||
$('a').smoothScroll({
|
||||
speed: 400,
|
||||
offset: -70
|
||||
speed: 500,
|
||||
offset: -50
|
||||
})
|
||||
|
||||
$('.stickyscroll').sticky({ topSpacing: 15 })
|
||||
|
Loading…
Reference in New Issue
Block a user