Skip to content

Commit

Permalink
fix(#119): 특례 입학 대상자 확인서 글자 위치 수정
Browse files Browse the repository at this point in the history
- 특정 환경에서 글자들의 위치가 망가지는 것을 해결했어요.
  • Loading branch information
MinjuN07 committed Sep 8, 2024
1 parent 85db0ad commit cb8ffe3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/resources/templates/confirmation.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
.subtitle {
font-size: 22px;
line-height: 2;
text-indent: 52%;
}
.left {
text-align: left;
Expand Down Expand Up @@ -98,8 +99,8 @@
<div style="height: 72px"></div>
<div class="title">확인서</div>
<div style="height: 64px"></div>
<p class="subtitle right" style="margin-right: 220px">성&nbsp;&nbsp;&nbsp;&nbsp;명 :</p>
<p class="subtitle right" style="margin-right: 18px">생년월일 :&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;년 &nbsp;&nbsp;&nbsp;&nbsp;월 &nbsp;&nbsp;&nbsp;&nbsp;일</p>
<p class="subtitle left">성&nbsp;&nbsp;&nbsp;&nbsp;명 :</p>
<p class="subtitle left">생년월일 :&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;년 &nbsp;&nbsp;&nbsp;&nbsp;월 &nbsp;&nbsp;&nbsp;&nbsp;일</p>
<div style="height: 44px;"></div>
<p class="indent">○ 주&nbsp;&nbsp;&nbsp;소 : </p>
<p class="indent">○ 연락처 : </p>
Expand Down

0 comments on commit cb8ffe3

Please sign in to comment.