fix: spacing between headings

This commit is contained in:
radishzzz 2025-04-17 01:16:44 +01:00
parent fd8cc74627
commit 1eb43060d5
3 changed files with 13 additions and 5 deletions

View file

@ -80,7 +80,12 @@
.heti :where(h3:has(+ p)),
.heti :where(h4:has(+ p)),
.heti :where(h5:has(+ p)),
.heti :where(h6:has(+ p)) {
.heti :where(h6:has(+ p)),
.heti :where(h1:has(+ h2)),
.heti :where(h2:has(+ h3)),
.heti :where(h3:has(+ h4)),
.heti :where(h4:has(+ h5)),
.heti :where(h5:has(+ h6)) {
--at-apply: 'mb-3';
}