added style for <pre>

This commit is contained in:
tom 2022-07-03 09:21:09 +00:00
parent fcb7903be7
commit f7f4669073
1 changed files with 8 additions and 0 deletions

View File

@ -72,6 +72,14 @@ p {
text-justify: auto;
}
pre {
max-width: 100%;
overflow: scroll;
word-break: normal;
word-wrap: normal;
white-space: pre;
}
html, body {
font-size: 1.1em;
font-family:serif;