aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2025-11-22 16:50:30 -0600
committerChristian Cleberg <[email protected]>2025-11-22 16:50:30 -0600
commite350c6b81d887b1da72ab0b3c267851e4be54d66 (patch)
tree2986770cacd42dcadae1faa3c2e1b06a528b4551
parent54d9fe35c7eab5caa7634b391d07eba76804fdc5 (diff)
downloadcleberg.net-e350c6b81d887b1da72ab0b3c267851e4be54d66.tar.gz
cleberg.net-e350c6b81d887b1da72ab0b3c267851e4be54d66.tar.bz2
cleberg.net-e350c6b81d887b1da72ab0b3c267851e4be54d66.zip
fix table indent within articles
-rw-r--r--theme/static/styles.css3
1 files changed, 2 insertions, 1 deletions
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;
}