cmc/cleberg.net

My personal web garden & blog.

clone: git clone https://gitbay.org/cmc/cleberg.net.git

e350c6b81d887b1da72ab0b3c267851e4be54d66

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2025-11-22T22:50:30Z

fix table indent within articles
 theme/static/styles.css | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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;
     }