From 698b2656eee2c13f3b50af62020ee1e33321fe68 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Fri, 14 Nov 2025 19:49:11 -0600 Subject: fix margin and padding issue on small screens --- theme/static/styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'theme/static') diff --git a/theme/static/styles.css b/theme/static/styles.css index 36a2e45..759a1fa 100644 --- a/theme/static/styles.css +++ b/theme/static/styles.css @@ -13,8 +13,9 @@ body { font-family: Menlo, Consolas, Monaco, Adwaita Mono, Liberation Mono, Lucida Console, monospace; font-size: 0.9rem; line-height: 1.5; - margin: 1.5rem auto; + margin: 0 auto; max-width: 45em; + padding: 1.5rem; } a { -- cgit v1.2.3