From e350c6b81d887b1da72ab0b3c267851e4be54d66 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sat, 22 Nov 2025 16:50:30 -0600 Subject: fix table indent within articles --- 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 814a476..67488b7 100644 --- a/theme/static/styles.css +++ b/theme/static/styles.css @@ -303,7 +303,8 @@ footer { ul, ol, blockquote, - pre { + pre, + table { margin-left: 3ch; } -- cgit v1.2.3