diff options
Diffstat (limited to 'provider/css')
-rw-r--r-- | provider/css/default.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/provider/css/default.css b/provider/css/default.css index 8b1175a..8f796e0 100644 --- a/provider/css/default.css +++ b/provider/css/default.css | |||
@@ -3,7 +3,7 @@ body { | |||
3 | padding-right: 1em; | 3 | padding-right: 1em; |
4 | padding-left: 1em; | 4 | padding-left: 1em; |
5 | font: normal 1.1em monospace; | 5 | font: normal 1.1em monospace; |
6 | /*max-width: 60em;*/ | 6 | max-width: 90em; |
7 | text-align: justify; | 7 | text-align: justify; |
8 | } | 8 | } |
9 | 9 | ||