Set a scroll margin to top

This commit is contained in:
Jared Miller 2025-12-25 15:40:21 -05:00
parent 30a3bb7854
commit eb3f1fee16
No known key found for this signature in database

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 {