Commit 379d58d0 authored by Nick's avatar Nick

fix: anchor scroll offset

parent a6fa4fb4
...@@ -165,6 +165,19 @@ ...@@ -165,6 +165,19 @@
} }
} }
// scroll offset fix
h1:before, h2:before, h3:before, h4:before, h5:before, h6:before {
display: block;
content: " ";
width: 1px;
height: 1px;
margin-top: -75px;
height: 75px;
visibility: hidden;
z-index: -1;
}
// --------------------------------- // ---------------------------------
// PARAGRAPHS // PARAGRAPHS
// --------------------------------- // ---------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment