Add anchor link offset

This commit is contained in:
Riyyi
2021-03-06 02:48:22 +01:00
parent ca2d107e91
commit 71655e4eb4
+9
View File
@@ -57,6 +57,15 @@ nav.shadow {
cursor: pointer; cursor: pointer;
} }
/* Anchor offset */
h3 {
position: relative;
}
h3 span {
position: absolute;
top: -65px;
}
.anchor-link { .anchor-link {
color: transparent !important; color: transparent !important;
} }