mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 11:41:17 +02:00
fix: spacing between headings
This commit is contained in:
parent
fd8cc74627
commit
1eb43060d5
3 changed files with 13 additions and 5 deletions
|
@ -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';
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue