From 2f19a54ce901566d6a053df3ffa68f72e6cc7e03 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Thu, 13 Nov 2025 20:42:42 -0600 Subject: center content --- theme/static/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'theme') diff --git a/theme/static/styles.css b/theme/static/styles.css index 8242371..385b666 100644 --- a/theme/static/styles.css +++ b/theme/static/styles.css @@ -13,7 +13,7 @@ body { font-family: Menlo, Consolas, Monaco, Adwaita Mono, Liberation Mono, Lucida Console, monospace; font-size: 0.9rem; line-height: 1.5; - margin: 1.5rem; + margin: 1.5rem auto; max-width: 45em; } -- cgit v1.2.3