Skip to content

Commit

Permalink
🐛 页面响应式样式
Browse files Browse the repository at this point in the history
  • Loading branch information
jonny-wei committed Nov 11, 2020
1 parent 1f09643 commit ed00cd5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/.vuepress/styles/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ html {
}

.theme-default-content{
::-webkit-scrollbar {
display: block;
}
margin: 0 !important;
padding: 2rem 14rem 2rem 6rem!important;
}
Expand All @@ -41,6 +44,13 @@ html {
}

@media screen and (max-width: 1200px) {
.theme-default-content{
::-webkit-scrollbar {
display: block;
}
margin: 0 !important;
padding: 2rem 6rem 2rem 6rem!important;
}
.right-anchor {
display: none !important;
}
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ed00cd5

Please sign in to comment.