1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

fix heading anchor placement

This commit is contained in:
Matthias Kretschmann 2018-11-09 12:52:43 +01:00
parent 14dda43048
commit 381dea108c
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -285,3 +285,10 @@ pre {
background: $brand-black; background: $brand-black;
color: #fff; color: #fff;
} }
// Gatsby specific
/////////////////////////////////////
.anchor {
margin-top: .8rem;
}