diff --git a/templates/medication_guide_v2.html b/templates/medication_guide_v2.html index f86a592..434e11a 100644 --- a/templates/medication_guide_v2.html +++ b/templates/medication_guide_v2.html @@ -20,11 +20,20 @@ .container { width: 210mm; - min-height: 297mm; - padding: 6mm; + padding: 5mm; + } + + .page { + width: 200mm; + height: 287mm; + page-break-after: always; position: relative; } + .page:last-child { + page-break-after: avoid; + } + /* 헤더 */ .header { display: flex; @@ -372,28 +381,27 @@