removing nav on mobile, moving nav into mobile first query, changing the docs a bit, adding support section, testing out markdown IDs as links for README
This commit is contained in:
@ -34,7 +34,7 @@ $(document).ready(function() {
|
||||
$target = $(target);
|
||||
$('html, body').stop().animate({
|
||||
'scrollTop': $target.offset().top-40
|
||||
}, 500, 'swing', function () {
|
||||
}, 0, 'swing', function () {
|
||||
window.location.hash = target;
|
||||
$(document).on("scroll", onScroll);
|
||||
});
|
||||
|
Reference in New Issue
Block a user