diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2025-07-31 02:13:45 +0200 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2025-07-31 02:13:51 +0200 |
| commit | 7bce81c4e2fea588dce0b2347ba33bc7f7e0a287 (patch) | |
| tree | 72a07f44558dbf03dce4caf045f2217a5fcaaa05 | |
| parent | a04225c71f30fe12de6197497034260fde4fb003 (diff) | |
| download | haunt-blog-main.tar.gz haunt-blog-main.tar.bz2 haunt-blog-main.zip | |
Tested-by: Joonas Kylmälä <joonas.kylmala@iki.fi>
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
| -rw-r--r-- | static/twentyeleven-style-20231107.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/twentyeleven-style-20231107.css b/static/twentyeleven-style-20231107.css index 9eeaca7..604d401 100644 --- a/static/twentyeleven-style-20231107.css +++ b/static/twentyeleven-style-20231107.css @@ -2284,3 +2284,8 @@ a.comment-reply-link > span { border-color: #ffffff; color: #00ff00 } + +body { + margin: 0 auto; + max-width: 1280px; +} |
