From 741fc29f35ade1a78604ac6ff1275e6dbbd0b933 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Mon, 19 Apr 2021 19:48:14 -0400 Subject: [PATCH] Increase max width --- resources/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/style.css b/resources/style.css index 11794f2..1e6ef66 100644 --- a/resources/style.css +++ b/resources/style.css @@ -1,7 +1,7 @@ body { font-size: 0.8rem; font-family: monospace; - max-width: 100ch; + max-width: 125ch; width: max-content; } -- 2.39.2