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