From ac182c2aca239171da13524f75048b269d3896da Mon Sep 17 00:00:00 2001 From: directlx Date: Sun, 1 Mar 2026 07:49:52 -0500 Subject: [PATCH] Narrow page layout for better readability Replace max-w-7xl (1280px) with max-w-5xl (1024px) across all templates for a more centered, focused content width. Co-Authored-By: Claude Sonnet 4.6 --- templates/about.html | 6 +++--- templates/base.html | 6 +++--- templates/blog/index.html | 4 ++-- templates/contact.html | 2 +- templates/forum/index.html | 2 +- templates/index.html | 6 +++--- templates/services.html | 16 ++++++++-------- 7 files changed, 21 insertions(+), 21 deletions(-) diff --git a/templates/about.html b/templates/about.html index 28e119e..4e018c9 100644 --- a/templates/about.html +++ b/templates/about.html @@ -10,7 +10,7 @@
-
+
Our Story

About DirectLX @@ -23,7 +23,7 @@
-
+

Our Story

@@ -73,7 +73,7 @@
-
+
The Team

Meet the people
behind the code

diff --git a/templates/base.html b/templates/base.html index f64995c..cdff0f1 100644 --- a/templates/base.html +++ b/templates/base.html @@ -15,7 +15,7 @@