Skip to content

Commit 2373791

Browse files
committed
Chg: 로그인화면에서 문구 길어질 시 라인 넘어감으로 사이즈 줄임
1 parent dfc4604 commit 2373791

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/OpenNetLinkApp/Pages/Main.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<div id="loginCard" class="col-md-6 login-card-body" style="height:413px; border-radius:0rem .7rem .7rem 0rem !important;">
5252

5353
<div style=" width:310px;">
54-
<p class="login-box-msg1" style=" padding-top:50px;color:#fff; font-size:1.5rem;">@strSystemName <span class="full_txt">@strConNetwork </span></p>
54+
<p class="login-box-msg1" style=" padding-top:50px;color:#fff; font-size:1.4rem;">@strSystemName <span class="full_txt">@strConNetwork </span></p>
5555

5656
<input id="loginId" type="text" class="full-input mb-3 username" placeholder="ID" @bind="id" tabindex="1" autocomplete="off">
5757
@if (pageService.m_nLoginType != 5) //OTP PW 필요없음

0 commit comments

Comments
 (0)