Defining list length in Template seems to work now

This commit is contained in:
2025-12-19 10:47:05 +01:00
parent 9d1398b397
commit 59755c4516
17 changed files with 773 additions and 134 deletions
@@ -5,10 +5,10 @@ body { font-family: Arial, sans-serif; font-size: 9pt; line-height: 1.2; }
table { border-collapse: collapse; width: 100%; height:74%; }
.charinfo{height:92%}
td, th { border: 1px solid #000; padding: 2px 4px; }
.header { display: flex; justify-content: space-between; font-size: 8pt; margin-bottom: 3mm; }
.header { display: flex; justify-content: space-between; font-size: 8pt; margin-bottom: 3mm; page-break-after: avoid; }
.header-left { font-weight: bold; }
.header-right { font-weight: normal; }
.title-row { display: flex; justify-content: center; align-items: center; gap: 2mm; margin-bottom: 5mm; }
.title-row { display: flex; justify-content: center; align-items: center; gap: 2mm; margin-bottom: 5mm; page-break-inside: avoid; page-break-after: avoid; }
.header-decoration { height: 90px; width: 340px; }
.section { display: inline-block; vertical-align: top; }
.attr-box { display: inline-block; border: 2px solid #000; padding: 3px 8px; margin: 2px; text-align: center; min-width: 50px; }
@@ -21,7 +21,7 @@ td, th { border: 1px solid #000; padding: 2px 4px; }
.col-charinfo { flex: 1; }
.small { font-size: 8pt; }
.right { text-align: right; }
.main-content { margin-bottom: 5mm; }
.main-content { margin-bottom: 5mm; page-break-before: avoid; }
.left-section { display: flex; gap: 2px; width: 50%; flex-wrap: wrap; }
.right-section { width: 50%; display: flex; flex-direction: column; height: 100%; }
.skills-content { flex: 1; display: flex; flex-direction: column; }