diff --git a/styles/base/typography.css b/styles/base/typography.css index 4f118b2..2e0f9b4 100644 --- a/styles/base/typography.css +++ b/styles/base/typography.css @@ -140,9 +140,17 @@ p { } -ul { list-style-type: disc; } +ul { + list-style-type: disc; + list-style-position: inside; + padding: 0 1rem; +} -ol { list-style-type: decimal; } +ol { + list-style-type: decimal; + list-style-position: inside; + padding: 0 1rem; +} li ul, li ol { margin: 0 1rem; }