Skip to content

Commit c667189

Browse files
authored
Update style.scss
1 parent 11359c4 commit c667189

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

assets/css/style.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ header, section.page-header {
2121

2222

2323
footer {
24-
font-size: 12px !important; /* 字体稍小 */
25-
line-height: 1.4 !important; /* 行距更紧凑 */
26-
padding: 10px 0 !important; /* 上下间距更窄 */
24+
font-size: 14px !important;
25+
line-height: 1.4 !important;
26+
padding: 10px 0 !important;
2727
}
2828

2929
/* 可选:调整内容区域最大宽度 */
3030
footer .wrapper,
3131
footer .inner {
32-
max-width: 800px !important; /* 稍微收窄内容区域 */
33-
width: 90% !important;
32+
max-width: 900px !important;
33+
width: 95% !important;
3434
margin: 0 auto;
3535
}
3636

0 commit comments

Comments
 (0)