.anchor {
  position: relative;

  a.target {
    position: absolute;
    left: 0;
    top: $nav_height*-1;
  }
}