add these style

This commit is contained in:
Julie Blanc 2026-01-20 19:05:58 +01:00
parent 7239fa838b
commit fb365c2f05
7 changed files with 113 additions and 30 deletions

View file

@ -5,8 +5,8 @@
margin-top: 36px;
margin-bottom: 20mm;
// bleed: 6mm;
// marks: crop;
bleed: 6mm;
marks: crop;
}
@page:left {
margin-left: 22mm;
@ -32,10 +32,20 @@
font-weight: 500;
font-size: var(--fs-num);
}
@bottom-left {
@right-top {
content: "Höchstpersönlichkeit";
font-family: var(--font-title);
font-family: var(--font-title);
font-weight: normal;
// background-color: red;
transform-origin: top left;
height: calc(var(--baseline)*2);
word-spacing: nowrap;
width: 52ch;
transform: rotate(90deg);
text-align: left;
position: relative;
left: 18mm;
padding-left: 5px;
}
}