Add “bottom margin” to the invoice’s legal text

I did not see it in the original design.
This commit is contained in:
jordi fita mas 2023-03-01 11:43:06 +01:00
parent 79ea2f366a
commit 6a8ebab686
1 changed files with 1 additions and 1 deletions

View File

@ -149,6 +149,6 @@
left: 0;
top: 0;
transform-origin: top left;
transform: translateY(260mm) rotate(-90deg);
transform: translateY(250mm) rotate(-90deg);
}
}