Update index.styl
This commit is contained in:
parent
ac41c0028a
commit
33ac6cb211
1 changed files with 4 additions and 1 deletions
|
@ -3,6 +3,9 @@
|
|||
*
|
||||
* ref:https://v1.vuepress.vuejs.org/config/#index-styl
|
||||
*/
|
||||
|
||||
body
|
||||
min-height: 120vh;
|
||||
|
||||
div.theme-default-content:not(.custom)
|
||||
max-width: 80%;
|
||||
|
@ -11,4 +14,4 @@ footer.page-edit
|
|||
max-width: 80%;
|
||||
|
||||
aside.sidebar
|
||||
z-index: 18
|
||||
z-index: 18;
|
||||
|
|
Loading…
Reference in a new issue