diff options
-rw-r--r-- | apioforum/static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apioforum/static/style.css b/apioforum/static/style.css index c9c127d..3d6ec22 100644 --- a/apioforum/static/style.css +++ b/apioforum/static/style.css @@ -293,7 +293,7 @@ nav#pages .pageno { align-self: center; } } main { - max-width: 60ch; + max-width: 80ch; margin: auto; } |