From 33ac6cb211c90ceb84b2306cf13833b24c65fbd2 Mon Sep 17 00:00:00 2001 From: Matteias Collet Date: Sun, 11 Oct 2020 02:28:13 +0200 Subject: [PATCH] Update index.styl --- site/.vuepress/styles/index.styl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/site/.vuepress/styles/index.styl b/site/.vuepress/styles/index.styl index d5691f2..4c84905 100755 --- a/site/.vuepress/styles/index.styl +++ b/site/.vuepress/styles/index.styl @@ -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 \ No newline at end of file + z-index: 18;