Make src containers wider.

This prevents scrolling for code and diff blocks, problem pointed out
by otto.
This commit is contained in:
Florian Obser 2023-02-19 09:55:37 +01:00
parent 04fe2a32c9
commit 802d39c296
1 changed files with 4 additions and 0 deletions

View File

@ -61,3 +61,7 @@
html {
font-family: var(--serif-font);
}
.org-src-container {
width: 60rem;
}