Merge pull request #43 from treetrunk/master
Adjust anchor links to display in correct position
This commit is contained in:
commit
b3b6dc4017
@ -80,3 +80,9 @@ code {
|
||||
.inline {
|
||||
display: inline;
|
||||
}
|
||||
:target:before { // Adjust anchor link location to not cover titles with header
|
||||
content: "";
|
||||
display: block;
|
||||
height: 60px;
|
||||
margin: -60px 0 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user