Add scroll margin spacing

This commit is contained in:
Jared Miller 2026-01-13 08:49:21 -05:00
parent d51a836633
commit 50b8083996
Signed by: shmup
GPG key ID: 22B5C6D66A38B06C

View file

@ -40,6 +40,10 @@ h2 {
font-weight: normal; font-weight: normal;
} }
section {
scroll-margin-top: 10px;
}
.country { .country {
margin-bottom: 1.5rem; margin-bottom: 1.5rem;
} }