diff --git a/content/layouts/base.njk b/content/layouts/base.njk index 1485f96..2362fbe 100644 --- a/content/layouts/base.njk +++ b/content/layouts/base.njk @@ -47,13 +47,18 @@
diff --git a/content/style.scss b/content/style.scss index 41b800e..5bc0522 100644 --- a/content/style.scss +++ b/content/style.scss @@ -62,16 +62,14 @@ body { margin-left: 0rem; margin-top: 0rem; margin-bottom: 1rem; - padding-left: 1.5rem; + padding-left: 0.5rem; margin-right: 2rem; - list-style-position: outside; } ol p, ul p { margin: 0.3rem 0rem; - display: inline; } ol { @@ -79,7 +77,11 @@ body { } ul { - list-style-type: "- "; + list-style-type: none; + + li::before { + content: "- " + } } }