diff options
author | Christian Cleberg <hello@cleberg.net> | 2025-04-05 11:44:18 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2025-04-05 11:44:18 -0500 |
commit | 27b546faff505494e3e525355f790a4cd20b8ce3 (patch) | |
tree | 7e1bbdeaa4adc6761e351fa3d5286b7e3699c08f /theme/static | |
parent | 8abdc715b8ee1c453a8ddc76917f32b0b2eab96a (diff) | |
download | cleberg.net-27b546faff505494e3e525355f790a4cd20b8ce3.tar.gz cleberg.net-27b546faff505494e3e525355f790a4cd20b8ce3.tar.bz2 cleberg.net-27b546faff505494e3e525355f790a4cd20b8ce3.zip |
remove duplicate margin
Diffstat (limited to 'theme/static')
-rw-r--r-- | theme/static/styles.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/theme/static/styles.css b/theme/static/styles.css index a5351cc..c380686 100644 --- a/theme/static/styles.css +++ b/theme/static/styles.css @@ -318,7 +318,6 @@ body { monospace; font-size: 0.9rem; line-height: 1.5; - margin: 0; max-width: 50em; margin: 0 auto; padding: 0 1rem; |