Browse Source

Prevents header anchors from interfering with clickable content.

main
Guido Bouman 11 years ago
parent
commit
7473b3b2aa
  1. 1
      _css/react.scss

1
_css/react.scss

@ -80,6 +80,7 @@ h1, h2, h3, h4, h5, h6 {
&.anchor { &.anchor {
position: relative; position: relative;
top: -$navHeight; top: -$navHeight;
z-index: -1;
> a { > a {
color: $darkTextColor; color: $darkTextColor;
position: relative; position: relative;

Loading…
Cancel
Save