reanimate/docs/fix.css
David Himmelstrup 63a4b918b1 docs: justify text.
2020-07-29 16:12:59 +08:00

6 lines
76 B
CSS

pre code {
white-space: pre !important;
}
body {
text-align: justify;
}