From: Armaan Bhojwani Date: Sun, 18 Apr 2021 17:29:30 +0000 (-0400) Subject: Add 100ch max width X-Git-Url: https://git.armaanb.net/?p=stagit.git;a=commitdiff_plain;h=7a0d5af6d5af63bca87d330331919c0b859b8f21 Add 100ch max width --- diff --git a/resources/style.css b/resources/style.css index 10b5cdf..11794f2 100644 --- a/resources/style.css +++ b/resources/style.css @@ -1,7 +1,7 @@ body { font-size: 0.8rem; font-family: monospace; - max-width: 100%; + max-width: 100ch; width: max-content; }