From 03dbde916fab923b7fc8335419daa95c56b58cb2 Mon Sep 17 00:00:00 2001 From: kimbokon Date: Fri, 19 Dec 2025 11:03:48 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=EC=97=90=EC=84=9C?= =?UTF-8?q?=20=ED=83=80=EC=9D=B4=ED=8B=80=20=EC=A4=84=EB=B0=94=EA=BF=88=20?= =?UTF-8?q?=EB=B0=A9=EC=A7=80=EB=A5=BC=20=EC=9C=84=ED=95=9C=20CSS=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80=20=EC=99=84=EB=A3=8C.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.php | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) 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 @@