Avoid column break right after heading.

This commit is contained in:
2026-08-25 22:31:52 +00:00
parent 3173a113b6
commit 8b1bb6f994
+7
View File
@@ -535,6 +535,13 @@ article dd {
.multicol .colseg {
margin-bottom: 1rem;
h3,
h4,
h5,
h6 {
break-after: avoid-column;
}
p,
li {
break-inside: avoid-column;