Skip to content

Instantly share code, notes, and snippets.

@gfcarvalho
Last active March 4, 2016 18:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gfcarvalho/1659a98eba3c8c846467 to your computer and use it in GitHub Desktop.
Save gfcarvalho/1659a98eba3c8c846467 to your computer and use it in GitHub Desktop.
Scroll to offset anchor links. Change the numbers to fit the height of your heading. Include <a class="anchor-offset" id="your-anchor-name"></a> in your HTML file where you want to place the anchor.
.anchor-offset {
display: block;
margin-top: -100px;
padding-top: 100px;
width: 1px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment