We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d051dff commit 11359c4Copy full SHA for 11359c4
1 file changed
assets/css/style.scss
@@ -21,18 +21,16 @@ header, section.page-header {
21
22
23
footer {
24
- background-color: #ffffff !important; /* 整块区域背景变白 */
25
- color: #222222 !important; /* 字体深灰 */
26
- text-align: center;
27
- padding: 24px 0;
28
- font-size: 14px;
29
- border-top: 1px solid #ddd;
+ font-size: 12px !important; /* 字体稍小 */
+ line-height: 1.4 !important; /* 行距更紧凑 */
+ padding: 10px 0 !important; /* 上下间距更窄 */
30
}
31
32
-/* 去掉 footer 内容区域居中限制,让背景铺满 */
+/* 可选:调整内容区域最大宽度 */
33
footer .wrapper,
34
footer .inner {
35
- max-width: none !important;
36
- width: 100% !important;
37
- margin: 0 auto !important;
+ max-width: 800px !important; /* 稍微收窄内容区域 */
+ width: 90% !important;
+ margin: 0 auto;
38
+
0 commit comments