From 7bce81c4e2fea588dce0b2347ba33bc7f7e0a287 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Thu, 31 Jul 2025 02:13:45 +0200 Subject: Add support for high DPI screens. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tested-by: Joonas Kylmälä Signed-off-by: Denis 'GNUtoo' Carikli --- static/twentyeleven-style-20231107.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'static/twentyeleven-style-20231107.css') 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; +} -- cgit v1.2.3