From 391412c11b5d1a956deef8365dcdc83cfc56ea44 Mon Sep 17 00:00:00 2001 From: Laurier Loiselle Date: Wed, 29 Mar 2023 15:27:34 -0400 Subject: [PATCH] templates: titleblock: title font a little smaller to support 2 rows without overflow --- src/wireviz/templates/titleblock.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wireviz/templates/titleblock.html b/src/wireviz/templates/titleblock.html index 84eb273..eab7424 100644 --- a/src/wireviz/templates/titleblock.html +++ b/src/wireviz/templates/titleblock.html @@ -42,7 +42,7 @@ #titleblock .title { width: 82mm; - font-size: 5.6mm; + font-size: 4.25mm; text-align: center; white-space: normal; }