Skip to content

Commit 9877eb6

Browse files
committed
Allow wider page content
1 parent 8c74c13 commit 9877eb6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.vuepress/styles/index.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,9 @@ div[class*='language-'].line-numbers-mode .line-numbers {
5555
margin-right: 30px;
5656
}
5757
}
58+
59+
@media (min-width: 1440px) {
60+
:root {
61+
--content-width: 1060px;
62+
}
63+
}

0 commit comments

Comments
 (0)