Skip to content

Commit

Permalink
refactor(#120): 하단 텍스트 중앙정렬
Browse files Browse the repository at this point in the history
- 2025학년도 입학전형 요강 학교장 추천서에 따라 "부산소프트웨어마이스터고등학교장 귀하" 텍스트를 중앙정렬했어요.
  • Loading branch information
jyj1289 committed Sep 7, 2024
1 parent 48bbaeb commit c8c6b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/recommendation.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
<span class="guide">(직인)</span>
</p>
<div style="height: 96px;"></div>
<p class="school left">부산소프트웨어마이스터고등학교장 귀하</p>
<p class="school center">부산소프트웨어마이스터고등학교장 귀하</p>
</td>
</tr>
</table>
Expand Down

0 comments on commit c8c6b1b

Please sign in to comment.