From fb51b18918aa9f6d6f93576b9c7fbf3ea4c12ef3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Mon, 19 Feb 2024 02:59:33 +0100 Subject: [PATCH] typo: acrually avoid half width headlines --- themes/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default.css b/themes/default.css index 79d555b..f8c28ac 100644 --- a/themes/default.css +++ b/themes/default.css @@ -201,7 +201,7 @@ table { vertical-align: top; } h1.half, h2.half, h3.half, h4.half, h5.half, h6.half { - width: 50%; + width: 100%; } .right { float: right; -- 2.39.2