Skip to content

Commit 20664f4

Browse files
authored
Add files via upload
1 parent 8f9114e commit 20664f4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

3code_mobile.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@
227227
/* 調低按鍵高度 (65px) */
228228
line-height: 65px;
229229
min-height: 65px;
230-
font-size: 2.5rem;
230+
font-size: 2.0rem; /* 修正處 3: 數字、字母、符號字體從 2.5rem 縮小至 2.0rem */
231231
font-weight: bold;
232232
}
233233

@@ -243,12 +243,12 @@
243243

244244
/* 修正處 1: 縮小 lang_toggle 鍵的字體 */
245245
.key[data-code="lang_toggle"] {
246-
font-size: 1.2rem; /* 進一步縮小以避免跳行 */
246+
font-size: 1.2rem; /* 保留: 避免跳行 */
247247
}
248248

249-
/* 修正處 2: 放大 enter 鍵的字體二倍 (保留上次修正) */
249+
/* 修正處 2: 放大 enter 鍵的字體二倍 */
250250
.key[data-code="enter"] {
251-
font-size: 4.0rem;
251+
font-size: 4.0rem; /* 保留: 放大二倍 */
252252
}
253253

254254
/* 調整功能鍵的寬度比例 (6 個功能鍵的新比例) */

0 commit comments

Comments
 (0)