polloer/src/app.css
@s.roertgen 711f2a8e26 css
2025-04-30 12:38:53 +02:00

20 lines
No EOL
326 B
CSS

@import 'tailwindcss';
@plugin "daisyui" {
themes: light --default;
}
body, html, body > div {
display: flex;
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;
}