diff options
author | ubq323 <ubq323@ubq323.website> | 2023-08-27 08:09:15 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2023-08-27 08:09:15 +0100 |
commit | 5b727eceaa0f125f018b83d40673b47e5c65671d (patch) | |
tree | 93bdb3d9542c144919c6f1b7b28b68b199511ed5 | |
parent | c7d0a58bfa4c194d0830400226a7ff39b1e37bd7 (diff) |
-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; } |