Skip to content

Commit 1677cb6

Browse files
authored
Update style.scss
1 parent 458a8cb commit 1677cb6

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

assets/css/style.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,15 @@
77
background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../figs/background.jpg") no-repeat center center;
88
background-size: cover;
99
}
10+
11+
12+
/* ✅ 扩展内容区域宽度 */
13+
.wrapper, .inner {
14+
max-width: 1400px !important;
15+
width: 90% !important;
16+
}
17+
18+
header, section.page-header {
19+
max-width: 1400px !important;
20+
width: 90% !important;
21+
}

0 commit comments

Comments
 (0)