Set a scroll margin to top
This commit is contained in:
parent
30a3bb7854
commit
eb3f1fee16
1 changed files with 1 additions and 0 deletions
|
|
@ -176,6 +176,7 @@ body {
|
||||||
letter-spacing: 0.04em;
|
letter-spacing: 0.04em;
|
||||||
animation: fade-up 0.6s ease both;
|
animation: fade-up 0.6s ease both;
|
||||||
animation-delay: var(--entry-delay, 0s);
|
animation-delay: var(--entry-delay, 0s);
|
||||||
|
scroll-margin-top: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.entry-title:target {
|
.entry-title:target {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue