css: scroll-margin-top for headers

This commit is contained in:
He4eT 2025-08-31 01:27:30 +02:00
commit e369ebe52c

View file

@ -124,6 +124,12 @@ body > footer {
background-size: 30.00px 30.00px;
}
/* Headers */
h1, h2, h3, h4, h5 {
scroll-margin-top: 0.5em;
}
/* Lists */
.entry:last-child,