Change comment to provide more information
This commit is contained in:
parent
6405b4f64e
commit
01b4d13f4b
@ -80,9 +80,9 @@ code {
|
|||||||
.inline {
|
.inline {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
:target:before {
|
:target:before { // Adjust anchor link location to no cover titles with header
|
||||||
content: "";
|
content: "";
|
||||||
display: block;
|
display: block;
|
||||||
height: 60px; /* fixed header height*/
|
height: 60px;
|
||||||
margin: -60px 0 0; /* negative fixed header height */
|
margin: -60px 0 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user