From bbbc1927e98f11a40df95b0f985b69c74648cff3 Mon Sep 17 00:00:00 2001 From: Torsten Simon Date: Wed, 30 Apr 2025 12:06:11 +0200 Subject: [PATCH] markdown carta, layout --- src/app.css | 8 ++++++++ 1 file changed, 8 insertions(+) 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