Browse Source

Add anchor link offset

master
Riyyi 3 years ago
parent
commit
71655e4eb4
  1. 9
      public/css/style.css

9
public/css/style.css

@ -57,6 +57,15 @@ nav.shadow {
cursor: pointer;
}
/* Anchor offset */
h3 {
position: relative;
}
h3 span {
position: absolute;
top: -65px;
}
.anchor-link {
color: transparent !important;
}

Loading…
Cancel
Save