From 41b1e5558f7f11ca118e5baa6465422ef223207f Mon Sep 17 00:00:00 2001 From: Tony Grosinger Date: Sun, 3 Mar 2024 09:19:25 -0800 Subject: [PATCH] Add margin to lists on published pages --- common/common.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/common/common.scss b/common/common.scss index 140c59c..fb49534 100644 --- a/common/common.scss +++ b/common/common.scss @@ -716,6 +716,11 @@ html body #main-outlet { background: var(--secondary); border-radius: 0 0 1em 1em; padding: 3em 3em 5%; + + ul, + ol { + margin-left: 1.25em; + } } .published-page-author {