mirror of
https://github.com/LBRYFoundation/lbry-tech.git
synced 2025-03-04 06:57:53 +00:00
fix link to heading not hide the heading behind the header
This commit is contained in:
parent
91e39ec624
commit
a34326ea00
1 changed files with 3 additions and 1 deletions
|
@ -41,7 +41,9 @@
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
*:target{ padding-top: 100px;margin-top: -100px}
|
*:target{
|
||||||
|
scroll-margin-top: calc(var(--nav-height) + 1em);
|
||||||
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
font-family: 'Roboto', sans-serif;
|
font-family: 'Roboto', sans-serif;
|
||||||
|
|
Loading…
Reference in a new issue