mirror of
https://github.com/edufeed-org/polloer.git
synced 2025-12-09 16:24:31 +00:00
20 lines
No EOL
326 B
CSS
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;
|
|
} |