From 43c02377ef2db68e15db9cd707192e756bf2b702 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Thu, 16 Nov 2023 11:46:26 +0100 Subject: [PATCH] make headlines as big as normal text --- www/nine.testrun.org/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/nine.testrun.org/index.html b/www/nine.testrun.org/index.html index c85c34b5..3bbf4b4f 100644 --- a/www/nine.testrun.org/index.html +++ b/www/nine.testrun.org/index.html @@ -27,7 +27,7 @@ color: black; } h1, h2, h3 { - font-size: 16px; + font-size: 18px; font-weight: bold; }