markdown carta, layout

This commit is contained in:
Torsten Simon 2025-04-30 12:06:11 +02:00
parent 8b0b1f2f9c
commit bbbc1927e9

View file

@ -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;
}