templates: titleblock: don't force total width or height

This commit is contained in:
Laurier Loiselle 2023-04-11 18:17:32 -04:00
parent e1cf97c8fd
commit 241225a0f3
No known key found for this signature in database
GPG Key ID: 345920CC72089A3F

View File

@ -1,13 +1,8 @@
<style>
#titleblock {
position: absolute;
bottom: 0mm;
right: -0mm;
}
#titleblock {
width: 180mm;
height: {{ titleblock_rows * 4.25 }}mm;
bottom: 0;
right: 0;
}
#titleblock table, th, td {