title same page notes

This commit is contained in:
Julie Blanc 2026-04-16 18:15:07 +02:00
parent 656e58b0f4
commit 5b1113c988
7 changed files with 64 additions and 5 deletions

View file

@ -358,6 +358,15 @@ ol[type="1"].ol-clone {
#section__content h1 {
-moz-column-break-before: page;
break-before: page;
-moz-column-break-after: page;
break-after: page;
position: absolute;
left: 0;
top: 0;
height: 215mm;
display: flex;
flex-direction: column;
justify-content: space-between;
}
#section__content h2::before, #section__content h3::before, #section__content h4::before, #section__content h5::before, #section__content h6::before {
content: attr(data-counter);
@ -495,6 +504,7 @@ ol[type="1"].ol-clone {
padding-left: calc(var(--unit) * 2);
}
.page-with-h1 .before-h1,
.container-note-first {
position: absolute;
top: 0;