better running

This commit is contained in:
Julie Blanc 2026-03-16 23:54:56 +01:00
parent 738d470087
commit 8a33fa6ef0
5 changed files with 37 additions and 30 deletions

View file

@ -58,7 +58,7 @@ h3, h4{
/* LEFTPAGE */
.decor-h3_small{
left: -13.5mm;
left: -49px;
top: calc(var(--baseline)*-2.5 + 9px);
}
@ -66,7 +66,7 @@ h3, h4{
.decor-h3_big{
right: -92px;
right: -81px;
text-align: right;
top: calc(var(--baseline) * -3.5 - 9px);
}
@ -80,7 +80,7 @@ h3, h4{
.pagedjs_right_page .decor-h3_small{
left: auto;
right: -62px;
right: -53px;
top: calc(var(--baseline)*-2.5 + 9px);
text-align: right;
}
@ -90,9 +90,9 @@ h3, h4{
.pagedjs_right_page .decor-h3_big{
right: 0;
left: -87px;
left: -80px;
text-align: left;
top: calc(var(--baseline) * -3.5 - 9px);
top: calc(var(--baseline) * -3.5 - 9px);
}