Преглед изворни кода

fix: Updated scroll speed and offset

NGPixel пре 8 година
родитељ
комит
5bef17674d
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      client/js/app.js

+ 2 - 2
client/js/app.js

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