타이블 백그라운드 수정

This commit is contained in:
현성필
2025-12-12 12:35:38 +09:00
parent e410abddf4
commit 84c3d16fa4
3 changed files with 3 additions and 3 deletions
@@ -5,7 +5,7 @@
<body>
<section layout:fragment="title">
<div class="page-title-banner">
<img th:src="@{/img/user_register_title.png}" class="title-image">
<img th:src="@{/img/img_title_bg.png}" class="title-image">
<h1>법인회원 전환</h1>
</div>
</section>
@@ -8,7 +8,7 @@
<body>
<section layout:fragment="title">
<div class="page-title-banner">
<img th:src="@{/img/user_register_title.png}" class="title-image">
<img th:src="@{/img/img_title_bg.png}" class="title-image">
<h1>비밀번호 변경</h1>
</div>
</section>
@@ -5,7 +5,7 @@
<body>
<section layout:fragment="title">
<div class="page-title-banner">
<img th:src="@{/img/user_register_title.png}" class="title-image">
<img th:src="@{/img/img_title_bg.png}" class="title-image">
<h1>비밀번호 변경</h1>
</div>
</section>