From: Armaan Bhojwani Date: Mon, 19 Apr 2021 23:48:14 +0000 (-0400) Subject: Increase max width X-Git-Url: https://git.armaanb.net/?p=stagit.git;a=commitdiff_plain;h=741fc29f35ade1a78604ac6ff1275e6dbbd0b933 Increase max width --- 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; }