From 34db09f46e057508415213b9d827aebd8c60bf83 Mon Sep 17 00:00:00 2001 From: basssy Date: Mon, 17 Mar 2025 11:07:43 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B0=9C=EC=A0=84=EC=8B=9C=EB=AE=AC=EB=A0=88?= =?UTF-8?q?=EC=9D=B4=EC=85=98=20pdf=20=EB=8B=A4=EC=9A=B4=EB=A1=9C=EB=93=9C?= =?UTF-8?q?=20=ED=85=9C=ED=94=8C=EB=A6=BF=20=EC=8A=A4=ED=83=80=EC=9D=BC=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../template/pdf/pdf_download_simulation_detail_template.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/template/pdf/pdf_download_simulation_detail_template.html b/src/main/resources/template/pdf/pdf_download_simulation_detail_template.html index 3e596e4a..7153716f 100644 --- a/src/main/resources/template/pdf/pdf_download_simulation_detail_template.html +++ b/src/main/resources/template/pdf/pdf_download_simulation_detail_template.html @@ -150,12 +150,12 @@ .left-side { margin-right: 20px; - width: 550px; + width: 570px; float: left; } .right-side { - width: 450px; + width: 430px; float: right; }