feat: page numbers, deal id on each page, avoid breaks after product header in deal document

This commit is contained in:
2024-09-27 16:03:44 +04:00
parent 91cf44f3ae
commit 6f2c4b0672
2 changed files with 28 additions and 9 deletions

View File

@@ -6,6 +6,10 @@
}
}
html {
font-family: sans-serif;
}
hr {
background-color: black;
height: 2px;
@@ -18,7 +22,6 @@ hr {
margin: -30px 0;
padding: 0 15px;
font-size: 13px;
font-family: sans-serif;
}
.deal-name-id-container {

File diff suppressed because one or more lines are too long