Skip to content

Commit 5636104

Browse files
ppiyakk2claude
andauthored
fix: 소개 텍스트 한국어 단어 중간 줄바꿈 방지 (#9)
* fix: 모바일에서 배경 이미지 중복 표시 수정 .about-page에 background-size/position/repeat 추가, .location-hero의 중복 배경 이미지 제거 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * fix: 소개 텍스트 한국어 단어 중간 줄바꿈 방지 word-break: keep-all 추가로 어절 단위 줄바꿈 적용 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent fb678e6 commit 5636104

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/pages/About.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@
6363
color: #f0f0f0;
6464
line-height: 1.8;
6565
text-align: center;
66+
word-break: keep-all;
67+
overflow-wrap: break-word;
6668
}
6769

6870
/* Hero section for location */

0 commit comments

Comments
 (0)