Skip to content

Instantly share code, notes, and snippets.

@baltazarparra
Created August 29, 2016 17:37
Show Gist options
  • Save baltazarparra/975d6abf3417fb2fb18d3981add20a5f to your computer and use it in GitHub Desktop.
Save baltazarparra/975d6abf3417fb2fb18d3981add20a5f to your computer and use it in GitHub Desktop.
if (screen.width > 768)
$('html, body').animate({
scrollTop: $($.attr(this, 'href')).offset().top -118
}, 500);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment