We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cbbf48 commit d051dffCopy full SHA for d051dff
1 file changed
assets/css/style.scss
@@ -19,3 +19,20 @@ header, section.page-header {
19
width: 95% !important;
20
}
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;
30
+}
31
32
+/* 去掉 footer 内容区域居中限制,让背景铺满 */
33
+footer .wrapper,
34
+footer .inner {
35
+ max-width: none !important;
36
+ width: 100% !important;
37
+ margin: 0 auto !important;
38
0 commit comments