From 8fec0fd80e91e6a33e94735ba636ddb11bbb0425 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 4 Aug 2015 13:03:07 +0200 Subject: reintroduced maximum width --- provider/css/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { padding-right: 1em; padding-left: 1em; font: normal 1.1em monospace; - /*max-width: 60em;*/ + max-width: 90em; text-align: justify; } -- cgit v1.2.3