Improve printing style

- Allow wrapping in code blocks
- Use 100% width
This commit is contained in:
BBaoVanC 2021-11-21 00:04:29 -06:00
parent aa3974c186
commit 8edbfd3077
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 6 additions and 0 deletions

View File

@ -583,6 +583,12 @@ li.disabled > .page-link:hover {
body {
background-color: white;
max-width: 100%;
}
pre {
white-space: pre-wrap;
overflow-wrap: anywhere;
}
.table-of-contents {