From c0c3fd55265b837fcc33c99dba6bde5a4bd9f4fe Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 25 Apr 2024 20:36:23 +0200 Subject: [PATCH] CSS: Don't try to justify any text Signed-off-by: Michael Tremer --- html/html/themes/ipfire/include/css/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/html/html/themes/ipfire/include/css/style.css b/html/html/themes/ipfire/include/css/style.css index dbb31ba31..dac06ea89 100644 --- a/html/html/themes/ipfire/include/css/style.css +++ b/html/html/themes/ipfire/include/css/style.css @@ -200,7 +200,6 @@ section .title { } #main_inner p { - text-align: justify; margin-bottom: 2em; } -- 2.39.5