We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24ab972 commit 1cbbf48Copy full SHA for 1cbbf48
1 file changed
assets/css/style.scss
@@ -19,24 +19,3 @@ header, section.page-header {
19
width: 95% !important;
20
}
21
22
-
23
-footer {
24
- all: unset; /* 清除 slate 所有默认样式 */
25
- display: block;
26
- background-color: #ffffff !important; /* 全白背景 */
27
- color: #333333 !important; /* 深灰字体 */
28
- padding: 24px 0;
29
- font-size: 14px;
30
- text-align: center;
31
- border-top: 1px solid #ddd;
32
- width: 100%;
33
-}
34
35
-footer .wrapper, footer .inner {
36
- all: unset;
37
38
- width: 100% !important;
39
- max-width: 100% !important;
40
- margin: 0 auto;
41
42
0 commit comments