Documents: Make business documents more compact

This commit is contained in:
2023-09-14 20:44:48 +02:00
parent 470f092482
commit ba691f4d17
10 changed files with 36 additions and 16 deletions

View File

@ -29,7 +29,7 @@ table th {
header {
height: 45mm;
padding: 5mm;
padding: 10mm 0 0 0;
position: absolute;
top: -25mm;
left: 0;
@ -38,9 +38,15 @@ header {
overflow: hidden;
}
header h1 {
header .name {
font-size: 18pt;
margin-top: 10mm;
font-weight: bold;
}
header .suffix {
font-size: 12pt;
font-weight: bold;
}
.footer-wrapper {