diff options
| author | Christian Cleberg <[email protected]> | 2025-11-22 16:50:30 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2025-11-22 16:50:30 -0600 |
| commit | e350c6b81d887b1da72ab0b3c267851e4be54d66 (patch) | |
| tree | 2986770cacd42dcadae1faa3c2e1b06a528b4551 /theme | |
| parent | 54d9fe35c7eab5caa7634b391d07eba76804fdc5 (diff) | |
| download | cleberg.net-e350c6b81d887b1da72ab0b3c267851e4be54d66.tar.gz cleberg.net-e350c6b81d887b1da72ab0b3c267851e4be54d66.tar.bz2 cleberg.net-e350c6b81d887b1da72ab0b3c267851e4be54d66.zip | |
fix table indent within articles
Diffstat (limited to 'theme')
| -rw-r--r-- | theme/static/styles.css | 3 |
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; } |
