meanas/stylesheets/extra.css
2026-04-19 00:22:42 -07:00

13 lines
199 B
CSS

.md-typeset .arithmatex {
overflow-x: auto;
}
.md-typeset .doc-contents {
overflow-wrap: anywhere;
}
.md-typeset h1 code,
.md-typeset h2 code,
.md-typeset h3 code {
word-break: break-word;
}