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