Skip to content

Commit

Permalink
BounceBar f*ucked up the homepage. #43
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuNls committed Jul 8, 2015
1 parent b81e951 commit 1c392da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/home.logic.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ $( document ).ready(function() {
}

$('html, body').animate({
scrollTop: $("#"+possibleIndex[activeIndex]).offset().top - 70
scrollTop: $("#"+possibleIndex[activeIndex]).offset().top + 5;
}, 2000, function() {
animationUnderWay = false;
});
Expand Down

0 comments on commit 1c392da

Please sign in to comment.