summaryrefslogtreecommitdiff
path: root/docs/.vuepress/styles/palette.styl
diff options
context:
space:
mode:
Diffstat (limited to 'docs/.vuepress/styles/palette.styl')
-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 2a792757..4d79601e 100644
--- a/docs/.vuepress/styles/palette.styl
+++ b/docs/.vuepress/styles/palette.styl
@@ -1,4 +1,3 @@
-
// VuePress Theme overrides
// Change content to be left aligned
.theme-default-content:not(.custom),
@@ -6,3 +5,11 @@
max-width 72ch
margin 0
padding 2rem
+
+// Overide default margins for p tags
+// VuePress is nesting li content in p tags
+// unless they are nested li elements creating
+// inconsistent margins between different lists
+li p
+ margin-bottom .5rem
+ margin-top .5rem