We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11359c4 commit c667189Copy full SHA for c667189
1 file changed
assets/css/style.scss
@@ -21,16 +21,16 @@ header, section.page-header {
21
22
23
footer {
24
- font-size: 12px !important; /* 字体稍小 */
25
- line-height: 1.4 !important; /* 行距更紧凑 */
26
- padding: 10px 0 !important; /* 上下间距更窄 */
+ font-size: 14px !important;
+ line-height: 1.4 !important;
+ padding: 10px 0 !important;
27
}
28
29
/* 可选:调整内容区域最大宽度 */
30
footer .wrapper,
31
footer .inner {
32
- max-width: 800px !important; /* 稍微收窄内容区域 */
33
- width: 90% !important;
+ max-width: 900px !important;
+ width: 95% !important;
34
margin: 0 auto;
35
36
0 commit comments