Documents: move styles

This commit is contained in:
2023-09-08 13:38:26 +02:00
parent 74fa08e95d
commit 0b05cc4e10
2 changed files with 17 additions and 16 deletions

View File

@ -1,23 +1,8 @@
header, .address-wrapper, aside, main {
.address-wrapper, aside, main {
overflow: hidden;
}
header {
height: 45mm;
padding: 5mm;
position: absolute;
top: -25mm;
left: 0;
right: 0;
text-align: center;
}
header h1 {
font-size: 18pt;
margin-top: 10mm;
}
.spacing {
height: 20mm;
}

View File

@ -27,6 +27,22 @@ table th {
text-align: center;
}
header {
height: 45mm;
padding: 5mm;
position: absolute;
top: -25mm;
left: 0;
right: 0;
text-align: center;
overflow: hidden;
}
header h1 {
font-size: 18pt;
margin-top: 10mm;
}
.footer-wrapper {
position: running(page-footer);
width: 165mm;