Make src containers wider.
This prevents scrolling for code and diff blocks, problem pointed out by otto.
This commit is contained in:
parent
04fe2a32c9
commit
802d39c296
@ -61,3 +61,7 @@
|
|||||||
html {
|
html {
|
||||||
font-family: var(--serif-font);
|
font-family: var(--serif-font);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.org-src-container {
|
||||||
|
width: 60rem;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user