fix: PDF-Template Seitengröße + Finanzplan Daten synchronisiert
PDF: @page 297mm x 680mm mit 30mm Margins (passt zum getesteten Format) Personal: 35 Positionen (5/10/17/25/35 MA pro Jahr) Kunden: ~20/122/379/733/1213 verteilt auf 4 Pricing-Tiers Startup 60%, KMU klein 25%, KMU mittel 10%, Enterprise 5% Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -52,12 +52,12 @@ export default function ExecutiveSummarySlide({ lang, data }: ExecutiveSummarySl
|
|||||||
<title>BreakPilot ComplAI — Executive Summary</title>
|
<title>BreakPilot ComplAI — Executive Summary</title>
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
|
||||||
<style>
|
<style>
|
||||||
@page { size: 297mm 420mm; margin: 0; }
|
@page { size: 297mm 680mm; margin: 30mm 12mm; }
|
||||||
* { margin: 0; padding: 0; box-sizing: border-box; }
|
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||||||
body {
|
body {
|
||||||
font-family: 'Plus Jakarta Sans', -apple-system, sans-serif;
|
font-family: 'Plus Jakarta Sans', -apple-system, sans-serif;
|
||||||
background: #fff; color: #1a1a2e;
|
background: #fff; color: #1a1a2e;
|
||||||
width: 297mm; min-height: 420mm;
|
width: 100%; max-width: 273mm;
|
||||||
position: relative; font-size: 10.5px; line-height: 1.45;
|
position: relative; font-size: 10.5px; line-height: 1.45;
|
||||||
}
|
}
|
||||||
@media print { body { -webkit-print-color-adjust: exact; print-color-adjust: exact; } }
|
@media print { body { -webkit-print-color-adjust: exact; print-color-adjust: exact; } }
|
||||||
|
|||||||
Reference in New Issue
Block a user