@ -12,7 +12,7 @@ App.init = ->
$target = $(this.hash)
if $target.length
$(this).click ->
$('html, body').animate({scrollTop: $target.offset().top}, 1000)
$('html, body').animate({scrollTop: $target.offset().top+1}, 1000)
return false
App.scroll = ->