Skip to content

Commit 3fbbefc

Browse files
authored
Add files via upload
1 parent 4835e26 commit 3fbbefc

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

3code_mobile.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,16 @@
241241
font-weight: bold; /* 功能鍵設定為粗體 */
242242
}
243243

244+
/* 修正處 1: 縮小 lang_toggle 鍵的字體 */
245+
.key[data-code="lang_toggle"] {
246+
font-size: 1.6rem;
247+
}
248+
249+
/* 修正處 2: 放大 enter 鍵的字體二倍 */
250+
.key[data-code="enter"] {
251+
font-size: 4.0rem;
252+
}
253+
244254
/* 調整功能鍵的寬度比例 (6 個功能鍵的新比例) */
245255
.key[data-code="case_shift"],
246256
.key[data-code="lang_toggle"],

0 commit comments

Comments
 (0)