Remove blank space at the top of markdown

This commit is contained in:
Kalle
2026-03-24 21:52:56 +02:00
parent cb286d37e5
commit c9b3a576b6

View File

@@ -181,6 +181,10 @@
margin-block-start: var(--s-6);
}
.infoDescription > :first-child {
margin-block-start: 0;
}
.infoDescription > h1 {
font-size: var(--font-xl);
}