From cce7acb16a08be22a0e62cf73ed38a206fd60362 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sun, 1 Jun 2025 23:26:02 +0300 Subject: Set body max-width: 1000px --- static/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index 5ab2f7e..1d412c1 100644 --- a/static/style.css +++ b/static/style.css @@ -3,7 +3,8 @@ body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; background-color: #121212; color: #e0e0e0; - margin: 0; + margin: auto; + max-width: 1000px; padding: 20px; } -- cgit v1.3