diff --git a/src/components/markdown/markdown.module.css b/src/components/markdown/markdown.module.css index 9ecbb5e8..180a14c4 100644 --- a/src/components/markdown/markdown.module.css +++ b/src/components/markdown/markdown.module.css @@ -16,6 +16,10 @@ margin: 0; } +.markdown ol, .markdown ul { + padding-left: 1em; +} + .embedButton { color: var(--button-desktop-text-color); text-transform: capitalize;