From 802d39c29620d6650df6c4bd08852219163ab84b Mon Sep 17 00:00:00 2001 From: Florian Obser Date: Sun, 19 Feb 2023 09:55:37 +0100 Subject: [PATCH] Make src containers wider. This prevents scrolling for code and diff blocks, problem pointed out by otto. --- custom.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/custom.css b/custom.css index a3db3a7..f657e45 100644 --- a/custom.css +++ b/custom.css @@ -61,3 +61,7 @@ html { font-family: var(--serif-font); } + +.org-src-container { + width: 60rem; +}