]> git.armaanb.net Git - stagit.git/commitdiff
Increase max width
authorArmaan Bhojwani <me@armaanb.net>
Mon, 19 Apr 2021 23:48:14 +0000 (19:48 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Mon, 19 Apr 2021 23:48:14 +0000 (19:48 -0400)
resources/style.css

index 11794f2cf0a2ad23fe343d1a3a273fcf313c96a4..1e6ef66bf327ff5dd71c6d7f76ba9fad9b43b030 100644 (file)
@@ -1,7 +1,7 @@
 body {
        font-size: 0.8rem;
        font-family: monospace;
-       max-width: 100ch;
+       max-width: 125ch;
        width: max-content;
 }