summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDerick Montague <derick.montague@ibm.com>2020-11-11 03:15:15 +0300
committerDerick Montague <derick.montague@ibm.com>2020-11-12 21:00:18 +0300
commit7e6fc97fc9eafad3c3fdd279648ed0a707f6ba34 (patch)
tree6133ce46ec459781e84db1dcbca25db35a63c955 /docs
parent6e70dd4747c4708b1a2ee31a923f2b9be26f1b50 (diff)
downloadwebui-vue-7e6fc97fc9eafad3c3fdd279648ed0a707f6ba34.tar.xz
Update docs page container layout
- Update max-width to use 72 character length - Remove center align of default content and page-nav - Decrease padding Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: Iafff0bc2bd0a64e2959997854e1acfb8804578d3
Diffstat (limited to 'docs')
-rw-r--r--docs/.vuepress/styles/palette.styl9
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/.vuepress/styles/palette.styl b/docs/.vuepress/styles/palette.styl
index fc4f27eb..d8b99f67 100644
--- a/docs/.vuepress/styles/palette.styl
+++ b/docs/.vuepress/styles/palette.styl
@@ -14,4 +14,11 @@ th
border-left transparent
text-align left
td
- border none \ No newline at end of file
+ border none
+
+// Change content to be left aligned
+.theme-default-content:not(.custom),
+.page-nav
+ max-width 72ch
+ margin 0
+ padding 2rem