From e7eb9dc6c2c1e5969e0bddc23521cd3e11eacb22 Mon Sep 17 00:00:00 2001 From: Derick Montague Date: Tue, 27 Oct 2020 07:24:33 -0500 Subject: Add unit testing documentation - Add unit testing section and page Signed-off-by: Derick Montague Change-Id: I693b0576a5815aa7181c5ce068334509b99c7fc7 --- docs/.vuepress/styles/palette.styl | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'docs/.vuepress/styles/palette.styl') 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 -- cgit v1.2.3