From 320828ece878260255194c0251db689d475fb283 Mon Sep 17 00:00:00 2001
From: kimbokon
Date: Fri, 19 Dec 2025 11:09:12 +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=EB=B2=84=ED=8A=BC=20=ED=85=8D=EC=8A=A4=ED=8A=B8=EA=B0=80=20?=
=?UTF-8?q?=ED=95=9C=20=EA=B8=80=EC=9E=90=EC=94=A9=20=EC=A4=84=EB=B0=94?=
=?UTF-8?q?=EA=BF=88=EB=90=98=EC=A7=80=20=EC=95=8A=EB=8F=84=EB=A1=9D=20?=
=?UTF-8?q?=EC=88=98=EC=A0=95=ED=96=88=EC=8A=B5=EB=8B=88=EB=8B=A4.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
index.php | 30 ++++++++++++++++++------------
1 file changed, 18 insertions(+), 12 deletions(-)
diff --git a/index.php b/index.php
index f591acf..5a0ad85 100644
--- a/index.php
+++ b/index.php
@@ -144,6 +144,12 @@
font-size: clamp(1rem, 4vw, 1.5rem);
line-height: 1.3;
}
+
+ /* 모바일 버튼 텍스트 줄바꿈 방지 */
+ button {
+ word-break: keep-all;
+ white-space: nowrap;
+ }
}
@@ -242,12 +248,12 @@
오직 CEO를 위한 시크릿 대시보드를 제안하십시오.
-
@@ -508,7 +514,7 @@
filterContainer.innerHTML = FILTERS.map(filter => `
${filter}
@@ -737,16 +743,16 @@
- 닫기
+ 닫기
${asset.pdf ? `
-
-
- 상세자료 보기
+
+
+ 상세자료 보기
` : `
-
-
- 자료 사용하기
+
+
+ 자료 사용하기
`}