From 536808b3cbfbe1cf1272d645faec3a32c310d24f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Mon, 19 Feb 2024 02:58:30 +0100 Subject: [PATCH] avoid half width headlines --- themes/default.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/themes/default.css b/themes/default.css index 53a3e01..79d555b 100644 --- a/themes/default.css +++ b/themes/default.css @@ -200,6 +200,9 @@ table { padding-right: 1em; vertical-align: top; } + h1.half, h2.half, h3.half, h4.half, h5.half, h6.half { + width: 50%; + } .right { float: right; clear: both; -- 2.39.2