Skip to content

Commit c55c6de

Browse files
committed
#3414 webpage: increase width
Signed-off-by: Patrizio Bekerle <[email protected]>
1 parent 99b2cfe commit c55c6de

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

webpage/src/.vuepress/styles/index.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
* ref: https://v2.vuepress.vuejs.org/reference/default-theme/styles.html
55
*/
66

7+
// Increase content width to 900px
8+
.vp-page [vp-content] {
9+
max-width: 900px;
10+
}
11+
712
// .home .hero img {
813
// max-width: 450px !important;
914
// }

0 commit comments

Comments
 (0)