cmc/cleberg.net

My personal web garden & blog.

clone: git clone https://gitbay.org/cmc/cleberg.net.git

faea207adbe7d5afea722c9cfaf8d6f42d75f1b7

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2025-11-24T03:32:25Z

widen site max-width to 50em
 theme/static/styles.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/theme/static/styles.css b/theme/static/styles.css
index 67488b7..26bf1d6 100644
--- a/theme/static/styles.css
+++ b/theme/static/styles.css
@@ -14,7 +14,7 @@ body {
     font-size: 0.85rem;
     line-height: 1.4;
     margin: 0 auto;
-    max-width: 45em;
+    max-width: 50em;
     padding: 1.5rem;
 }
 
@@ -332,4 +332,4 @@ footer {
         --link: #67C0FF;
         --code: #FF6C6B;
     }
-}
\ No newline at end of file
+}