From 6fb788d44759eab5c33384bc4e9eb2e18ebc9758 Mon Sep 17 00:00:00 2001 From: Michael Ficarra Date: Thu, 21 Mar 2024 11:19:33 -0600 Subject: [PATCH] Update print.css --- css/print.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/print.css b/css/print.css index 9582081a..8963f678 100644 --- a/css/print.css +++ b/css/print.css @@ -19,6 +19,10 @@ p { widows: 2; } +h1 { + text-wrap: balance; +} + emu-note p, emu-table td p { text-align: left;