diff options
author | Dylan Bolger <dylanbolger@Dylans-MacBook-Air.local> | 2018-03-21 10:25:23 -0500 |
---|---|---|
committer | Dylan Bolger <dylanbolger@Dylans-MacBook-Air.local> | 2018-03-21 10:25:23 -0500 |
commit | b99acc1437b49a24277f631a16c377ee82e4fb98 (patch) | |
tree | 618ea7ec428e2a9fe711cfb8e970d71545f8cf7f /assets/js | |
parent | b874677f0ca019cab38617deed7fd68e96acf32a (diff) | |
download | personal-website-b99acc1437b49a24277f631a16c377ee82e4fb98.tar.xz personal-website-b99acc1437b49a24277f631a16c377ee82e4fb98.zip |
working on web
Diffstat (limited to 'assets/js')
-rw-r--r-- | assets/js/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/js/main.js b/assets/js/main.js index d13cd05..81a9d1a 100644 --- a/assets/js/main.js +++ b/assets/js/main.js @@ -16,7 +16,7 @@ enabled: true,
// Sets the distance to scroll when using the left/right arrow keys.
- distance: 50
+ distance: 100
},
|