mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-12-22 12:13:19 -06:00
Improve printing style
- Allow wrapping in code blocks - Use 100% width
This commit is contained in:
parent
aa3974c186
commit
8edbfd3077
@ -583,6 +583,12 @@ li.disabled > .page-link:hover {
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
pre {
|
||||||
|
white-space: pre-wrap;
|
||||||
|
overflow-wrap: anywhere;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-of-contents {
|
.table-of-contents {
|
||||||
|
Loading…
Reference in New Issue
Block a user