Fix section h1 spacing: reduce top margin to match home page

This commit is contained in:
2026-09-11 18:38:16 +02:00
parent aab3343733
commit 0b578da817
+6
View File
@@ -40,6 +40,12 @@ body {
main { max-width: 1100px; margin: 0 auto; padding: 2rem; }
main > h1 {
margin: 0 0 1rem;
font-size: 1.8rem;
color: var(--text);
}
.site-intro {
margin-bottom: 2rem;
font-size: 1rem;