Skip to content

Commit dd1f30e

Browse files
authored
Add files via upload
1 parent 1e9ea91 commit dd1f30e

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

test.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@
6363
flex-direction: column;
6464
align-items: center;
6565
gap: 10px;
66-
padding-bottom: 12px;
67-
border-bottom: 1px dashed var(--border-color);
6866
}
6967

7068
.download-section, .mode-switcher {
@@ -234,11 +232,11 @@
234232
/* 新增的查碼練習區域樣式 */
235233
.lookup-section {
236234
width: 100%;
237-
margin-top: 5px;
235+
margin-top: 0;
238236
display: flex;
239237
flex-direction: column;
240238
gap: 10px;
241-
padding-top: 12px;
239+
padding-top: 0;
242240
}
243241

244242
.lookup-section h2 {

0 commit comments

Comments
 (0)