Adjust anchor links to display in correct position
This commit is contained in:
parent
da987fb992
commit
6405b4f64e
@ -80,3 +80,9 @@ code {
|
|||||||
.inline {
|
.inline {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
:target:before {
|
||||||
|
content: "";
|
||||||
|
display: block;
|
||||||
|
height: 60px; /* fixed header height*/
|
||||||
|
margin: -60px 0 0; /* negative fixed header height */
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user