Adjust anchor links to display in correct position

This commit is contained in:
Nathan Hare 2015-09-27 07:42:16 -04:00
parent da987fb992
commit 6405b4f64e

View File

@ -80,3 +80,9 @@ code {
.inline {
display: inline;
}
:target:before {
content: "";
display: block;
height: 60px; /* fixed header height*/
margin: -60px 0 0; /* negative fixed header height */
}