모바일 업로드 안내 문구 크기 조정

This commit is contained in:
DESKTOP-KSVGT20\shkim
2026-05-13 23:10:37 +09:00
parent b395184e49
commit 02711a5593
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -152,7 +152,7 @@ h1 {
margin: -6px auto 16px; margin: -6px auto 16px;
color: #5f6f6b; color: #5f6f6b;
font-family: "Apple SD Gothic Neo", "Malgun Gothic", system-ui, sans-serif; font-family: "Apple SD Gothic Neo", "Malgun Gothic", system-ui, sans-serif;
font-size: 12px; font-size: 14px;
line-height: 1.55; line-height: 1.55;
word-break: keep-all; word-break: keep-all;
} }
@@ -494,4 +494,8 @@ h1 {
.upload-panel__today { .upload-panel__today {
font-size: clamp(23px, 6.5vw, 29px); font-size: clamp(23px, 6.5vw, 29px);
} }
.upload-panel__notice {
font-size: 15px;
}
} }
+1 -1
View File
@@ -20,7 +20,7 @@
<div class="guest-fields" aria-label="업로드하시는 분 정보"> <div class="guest-fields" aria-label="업로드하시는 분 정보">
<label> <label>
<span>연락처</span> <span>연락처</span>
<input type="tel" name="guestPhone" autocomplete="tel" inputmode="tel" placeholder="연락처를 입력해 주세요."> <input type="tel" name="guestPhone" autocomplete="tel" inputmode="tel" placeholder="010-xxxx-xxxx">
</label> </label>
</div> </div>