This commit is contained in:
Julie Blanc 2026-02-23 23:30:33 +01:00
parent 811558f4d8
commit 31bb24548f
19 changed files with 189 additions and 110 deletions

View file

@ -1,6 +1,8 @@
@mixin running(){
font-family: var(--mono);
font-size: 10px;
vertical-align: bottom;
padding-bottom: 5mm;
}
@ -11,15 +13,15 @@
@page {
size: 165mm 240mm;
margin-top: 10mm;
margin-bottom: 20mm;
margin-bottom: 60mm;
bleed: 6mm;
marks: crop;
}
@page:left{
margin-left: 25mm;
margin-right: 25mm;
margin-left: 18mm;
margin-right: 26mm;
@bottom-left-corner{
content: counter(page);
@include running();
@ -38,8 +40,8 @@
}
@page:right{
margin-left: 25mm;
margin-right: 25mm;
margin-left: 26mm;
margin-right: 18mm;
@bottom-right-corner{
content: counter(page);
@include running();