]> git.armaanb.net Git - stagit.git/blobdiff - resources/style.css
Add 100ch max width
[stagit.git] / 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;
 }