Skip to content

Commit a8b6a15

Browse files
fix: fixed VuePress container width
1 parent 3e36371 commit a8b6a15

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/.vuepress/styles/index.styl

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
.theme-default-content:not(.custom) {
2-
max-width 960px
3-
}
4-
51
.demo {
62
font-family: sans-serif;
73
border: 1px solid #eee;
@@ -11,4 +7,4 @@
117
margin-bottom: 40px;
128
user-select: none;
139
overflow-x: auto;
14-
}
10+
}

0 commit comments

Comments
 (0)