Prevents header anchors from interfering with clickable content.

This commit is contained in:
Guido Bouman
2013-11-08 15:52:46 +01:00
committed by Paul O’Shannessy
parent d3cee1ee2e
commit e7f48a6c00
+1
View File
@@ -80,6 +80,7 @@ h1, h2, h3, h4, h5, h6 {
&.anchor {
position: relative;
top: -$navHeight;
z-index: -1;
> a {
color: $darkTextColor;
position: relative;