Set a scroll margin to top

This commit is contained in:
Jared Miller 2025-12-25 15:40:21 -05:00
parent 17eb287184
commit c3cc4813c8
Signed by: shmup
GPG key ID: 22B5C6D66A38B06C

View file

@ -176,6 +176,7 @@ body {
letter-spacing: 0.04em;
animation: fade-up 0.6s ease both;
animation-delay: var(--entry-delay, 0s);
scroll-margin-top: 1rem;
}
.entry-title:target {