]> git.armaanb.net Git - stagit.git/commitdiff
Add 100ch max width
authorArmaan Bhojwani <me@armaanb.net>
Sun, 18 Apr 2021 17:29:30 +0000 (13:29 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Sun, 18 Apr 2021 17:29:30 +0000 (13:29 -0400)
resources/style.css

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