jumping to anchor in page heading problem code example
Example: jumping to anchor in page heading problem
a.anchor {
position: absolute;
left: 0px;
top: -48px;
}
@media screen and (min-width: 896px) {
a.anchor {
position: absolute;
left: 0px;
top: -66px;
}
}