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:
Dave Gamache
2014-12-08 11:28:38 -08:00
parent 7e293bdc43
commit 28d510e728
5 changed files with 135 additions and 150 deletions

View File

@ -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);
});