bleed mark

This commit is contained in:
Julie Blanc 2026-04-22 17:50:32 +02:00
parent c801320c31
commit c705823784
4 changed files with 5 additions and 7 deletions

View file

@ -25,8 +25,8 @@ $unit: calc($content-w/7);
size: $width $height;
margin-top: $top;
margin-bottom: $bottom;
// bleed: 6mm;
// marks: crop;
bleed: 6mm;
marks: crop;
}
@page:left {
margin-left: $outside;

View file

@ -26,7 +26,6 @@
h2, h3, h4, h5, h6 {
color: red;
&::before{
content: attr(data-counter) ". ";
}

View file

@ -43,6 +43,8 @@ body {
size: 176mm 240mm;
margin-top: 10mm;
margin-bottom: 19mm;
bleed: 6mm;
marks: crop;
}
@page :left {
margin-left: 14mm;
@ -353,9 +355,6 @@ ol[type="1"] {
color: red;
position: absolute;
}
#section__content h2, #section__content h3, #section__content h4, #section__content h5, #section__content h6 {
color: red;
}
#section__content h2::before, #section__content h3::before, #section__content h4::before, #section__content h5::before, #section__content h6::before {
content: attr(data-counter) ". ";
}

File diff suppressed because one or more lines are too long