fix: Updated scroll speed and offset

This commit is contained in:
NGPixel 2017-04-30 00:21:28 -04:00
parent 195245624e
commit 5bef17674d

View File

@ -15,8 +15,8 @@ $(() => {
// ====================================
$('a').smoothScroll({
speed: 400,
offset: -70
speed: 500,
offset: -50
})
$('.stickyscroll').sticky({ topSpacing: 15 })