From 1730170727bbde50a835d08a5a87485fbc217209 Mon Sep 17 00:00:00 2001 From: Manuel Reinhardt Date: Wed, 7 Feb 2024 15:41:10 +0100 Subject: [PATCH] Weasyprint: Decrease h3 font size syslabcom/scrum#732 --- src/euphorie/client/browser/templates/plain.pt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/euphorie/client/browser/templates/plain.pt b/src/euphorie/client/browser/templates/plain.pt index af6df5a47..98e1240e4 100644 --- a/src/euphorie/client/browser/templates/plain.pt +++ b/src/euphorie/client/browser/templates/plain.pt @@ -141,6 +141,7 @@ h3 { } article.rich.report h3, .pat-rich h3 { margin-bottom: 1em; + font-size: 1.5em; } article.report .title-line h3 { margin-bottom: 0;