Files
materialious/materialious/static/style.css
T
2024-04-11 18:26:47 +12:00

30 lines
478 B
CSS

.thumbnail-corner {
padding: 0.1em 0.4em;
}
.vds-chapter-radio-label {
word-wrap: break-word !important;
overflow-wrap: break-word !important;
white-space: normal !important;
}
.vds-chapter-radio-content {
max-width: 200px !important;
}
.vds-chapter-radio {
align-items: start !important;
}
@media screen and (max-width: 580px) {
main {
padding-left: 0.1em !important;
padding-right: 0.1em !important;
}
}
main.root {
max-height: 100vh;
overflow-y: scroll;
}