diff --git a/src/app.css b/src/app.css index f3ee521..9e929be 100644 --- a/src/app.css +++ b/src/app.css @@ -7,4 +7,12 @@ body, html, body > div { justify-content: center; align-items: center; min-height: 100vh; +} +.carta-viewer ul { + list-style: disc; + padding: 0 25px; +} +.carta-viewer ol { + list-style: auto; + padding: 0 25px; } \ No newline at end of file