Skip to content

Commit dfc2a21

Browse files
authored
Update style.scss
1 parent ff3a715 commit dfc2a21

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

assets/css/style.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
}
1010

1111

12-
/* ✅ 扩展内容区域宽度 */
1312
.wrapper, .inner {
1413
max-width: 900px !important;
1514
width: 95% !important;
@@ -19,3 +18,7 @@ header, section.page-header {
1918
max-width: 900px !important;
2019
width: 95% !important;
2120
}
21+
22+
footer {
23+
display: none !important;
24+
}

0 commit comments

Comments
 (0)