From 7a0d5af6d5af63bca87d330331919c0b859b8f21 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Sun, 18 Apr 2021 13:29:30 -0400 Subject: [PATCH] Add 100ch max width --- resources/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2