aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2023-08-27 08:09:15 +0100
committerubq323 <ubq323@ubq323.website>2023-08-27 08:09:15 +0100
commit5b727eceaa0f125f018b83d40673b47e5c65671d (patch)
tree93bdb3d9542c144919c6f1b7b28b68b199511ed5
parentc7d0a58bfa4c194d0830400226a7ff39b1e37bd7 (diff)
increase content width to 80chHEADtrunk
-rw-r--r--apioforum/static/style.css2
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;
}