reduce flow space for prose headings
This commit is contained in:
parent
bac48bddb1
commit
adcdb85c86
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.prose :is(h2, h3, h4) {
|
.prose :is(h2, h3, h4) {
|
||||||
--flow-space: 2em;
|
--flow-space: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.prose :is(h2 + *, h3 + *, h4 + *):not(figure) {
|
.prose :is(h2 + *, h3 + *, h4 + *):not(figure) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue