diff --git a/index.php b/index.php index 04b2b70..f591acf 100644 --- a/index.php +++ b/index.php @@ -130,6 +130,21 @@ touch-action: manipulation; -webkit-tap-highlight-color: transparent; } + + /* Mobile title optimization - prevent single character line breaks */ + @media (max-width: 640px) { + .break-keep { + word-break: keep-all; + overflow-wrap: break-word; + hyphens: none; + } + + /* 타이틀 폰트 크기 조정으로 한 글자 줄바꿈 방지 */ + h1, h2, h3.title-responsive { + font-size: clamp(1rem, 4vw, 1.5rem); + line-height: 1.3; + } + } @@ -215,9 +230,9 @@ CEO Management Solution -

- 직원 관리 도구가 아닙니다.
- +

+ 직원 관리 도구가 아닙니다.
+ 대표님 경영 무기입니다.

@@ -571,7 +586,7 @@ -

${asset.title}

+

${asset.title}

@@ -692,7 +707,7 @@