Browse Source

fix: Updated scroll speed and offset

pull/89/head
NGPixel 7 years ago
parent
commit
5bef17674d
1 changed files with 2 additions and 2 deletions
  1. 4
      client/js/app.js

4
client/js/app.js

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

Loading…
Cancel
Save