From 69a6ccb9150edcabac70ed1da636a1fb62bfb6d9 Mon Sep 17 00:00:00 2001 From: Phil Leggetter Date: Thu, 19 Sep 2024 17:47:19 +0100 Subject: [PATCH] chore: fixed width on layout --- templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/layout.html b/templates/layout.html index 74bec34..d3b121a 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -17,7 +17,7 @@ .container { text-align: center; padding: 3em; - max-width: 1200px; + width: 1000px; } section {